1993-07-16 06:46:42 +00:00
|
|
|
#
|
|
|
|
# Set a bunch of things to hardcoded paths so that we don't accidently
|
|
|
|
# pick up a user's own version of some utility and hose ourselves.
|
|
|
|
#
|
1993-07-07 23:07:02 +00:00
|
|
|
libdir= /etc
|
|
|
|
bindir= ${BINDIR}
|
1995-01-14 20:09:47 +00:00
|
|
|
pager= more -s
|
1993-07-07 23:07:02 +00:00
|
|
|
manpath_config_file= /etc/manpath.config
|
1997-02-05 14:22:13 +00:00
|
|
|
troff= /usr/bin/groff -man
|
1996-05-22 15:53:19 +00:00
|
|
|
nroff= /usr/bin/groff -Wall -mtty-char -Tascii -man
|
1993-07-16 06:46:42 +00:00
|
|
|
apropos= /usr/bin/apropos
|
|
|
|
whatis= /usr/bin/whatis
|
1995-01-16 17:18:03 +00:00
|
|
|
neqn= /usr/bin/eqn -Tascii
|
1993-07-16 06:46:42 +00:00
|
|
|
tbl= /usr/bin/tbl
|
|
|
|
col= /usr/bin/col
|
|
|
|
vgrind= /usr/bin/vgrind
|
|
|
|
refer= /usr/bin/refer
|
|
|
|
grap= # no grap
|
|
|
|
pic= /usr/bin/pic
|
|
|
|
zcat= /usr/bin/zcat
|
1996-05-20 12:52:08 +00:00
|
|
|
compress= /usr/bin/gzip -c
|
1994-03-05 13:48:38 +00:00
|
|
|
compext= .gz
|
1998-03-07 09:46:17 +00:00
|
|
|
|
|
|
|
.if exists(${.OBJDIR}/../lib)
|
|
|
|
LIBDESTDIR= ${.OBJDIR}/../lib
|
|
|
|
.else
|
|
|
|
LIBDESTDIR= ${.CURDIR}/../lib
|
|
|
|
.endif
|
|
|
|
|
|
|
|
LIBMAN= ${LIBDESTDIR}/libman.a
|
|
|
|
|
|
|
|
.include "../Makefile.inc"
|