freebsd-dev/gnu/usr.bin/man/Makefile.inc
Andrey A. Chernov 603ef010b6 Back out my ascii->latin1 change, too many special chars
appearse after it (f.e. hyphentate and such) which looks
very different in different code pages
1995-01-16 17:18:03 +00:00

24 lines
621 B
Makefile

#
# 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.
#
BINDIR?= /usr/bin
libdir= /etc
bindir= ${BINDIR}
pager= more -s
manpath_config_file= /etc/manpath.config
troff= /usr/bin/groff -Tps -man
nroff= /usr/bin/groff -Tascii -man
apropos= /usr/bin/apropos
whatis= /usr/bin/whatis
neqn= /usr/bin/eqn -Tascii
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
compress= gzip -c
compext= .gz