2000-12-06 17:02:33 +00:00
|
|
|
# $FreeBSD$
|
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
|
2001-02-23 09:35:33 +00:00
|
|
|
troff= /usr/bin/groff -S -man
|
1999-06-07 18:36:00 +00:00
|
|
|
# -Tascii or localized encoding added automatically
|
2002-10-18 09:14:17 +00:00
|
|
|
nroff= /usr/bin/groff -S -Wall -mtty-char -man
|
1993-07-16 06:46:42 +00:00
|
|
|
apropos= /usr/bin/apropos
|
|
|
|
whatis= /usr/bin/whatis
|
1999-06-07 19:23:04 +00:00
|
|
|
eqn= /usr/bin/eqn
|
|
|
|
# -Tascii or localized encoding added automatically
|
|
|
|
neqn= /usr/bin/eqn
|
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
|
|
|
|
|
|
|
LIBDESTDIR= ${.OBJDIR}/../lib
|
2005-06-10 06:12:53 +00:00
|
|
|
LIBMAN= ${LIBDESTDIR}/libman.a
|
1998-03-07 09:46:17 +00:00
|
|
|
|
|
|
|
.include "../Makefile.inc"
|