1993-07-16 02:46:42 -04: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 19:07:02 -04:00
|
|
|
libdir= /etc
|
|
|
|
|
bindir= ${BINDIR}
|
1995-01-14 15:09:47 -05:00
|
|
|
pager= more -s
|
1993-07-07 19:07:02 -04:00
|
|
|
manpath_config_file= /etc/manpath.config
|
1997-02-05 09:22:13 -05:00
|
|
|
troff= /usr/bin/groff -man
|
1996-05-22 11:53:19 -04:00
|
|
|
nroff= /usr/bin/groff -Wall -mtty-char -Tascii -man
|
1993-07-16 02:46:42 -04:00
|
|
|
apropos= /usr/bin/apropos
|
|
|
|
|
whatis= /usr/bin/whatis
|
1995-01-16 12:18:03 -05:00
|
|
|
neqn= /usr/bin/eqn -Tascii
|
1993-07-16 02:46:42 -04: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 08:52:08 -04:00
|
|
|
compress= /usr/bin/gzip -c
|
1994-03-05 08:48:38 -05:00
|
|
|
compext= .gz
|
1998-03-07 04:46:17 -05:00
|
|
|
|
|
|
|
|
.if exists(${.OBJDIR}/../lib)
|
|
|
|
|
LIBDESTDIR= ${.OBJDIR}/../lib
|
|
|
|
|
.else
|
|
|
|
|
LIBDESTDIR= ${.CURDIR}/../lib
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
LIBMAN= ${LIBDESTDIR}/libman.a
|
|
|
|
|
|
|
|
|
|
.include "../Makefile.inc"
|