2000-12-06 12:02:33 -05:00
|
|
|
# $FreeBSD$
|
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
|
2001-02-23 04:35:33 -05:00
|
|
|
troff= /usr/bin/groff -S -man
|
1999-06-07 14:36:00 -04:00
|
|
|
# -Tascii or localized encoding added automatically
|
2002-10-18 05:14:17 -04:00
|
|
|
nroff= /usr/bin/groff -S -Wall -mtty-char -man
|
1993-07-16 02:46:42 -04:00
|
|
|
apropos= /usr/bin/apropos
|
|
|
|
|
whatis= /usr/bin/whatis
|
1999-06-07 15:23:04 -04:00
|
|
|
eqn= /usr/bin/eqn
|
|
|
|
|
# -Tascii or localized encoding added automatically
|
|
|
|
|
neqn= /usr/bin/eqn
|
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"
|