]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/man/Makefile.inc
This commit was generated by cvs2svn to compensate for changes in r57419,
[FreeBSD/FreeBSD.git] / gnu / usr.bin / man / Makefile.inc
1 #
2 # Set a bunch of things to hardcoded paths so that we don't accidently
3 # pick up a user's own version of some utility and hose ourselves.
4 #
5 libdir=                 /etc
6 bindir=                 ${BINDIR}
7 pager=                  more -s
8 manpath_config_file=    /etc/manpath.config
9 troff=                  /usr/bin/groff -S -man
10 # -Tascii or localized encoding added automatically
11 nroff=                  /usr/bin/groff -S -Wall -mtty-char -man
12 apropos=                /usr/bin/apropos
13 whatis=                 /usr/bin/whatis
14 eqn=                    /usr/bin/eqn
15 # -Tascii or localized encoding added automatically
16 neqn=                   /usr/bin/eqn
17 tbl=                    /usr/bin/tbl
18 col=                    /usr/bin/col
19 vgrind=                 /usr/bin/vgrind
20 refer=                  /usr/bin/refer
21 grap=                   # no grap
22 pic=                    /usr/bin/pic
23 zcat=                   /usr/bin/zcat
24 compress=               /usr/bin/gzip -c
25 compext=                .gz
26
27 .if exists(${.OBJDIR}/../lib)
28 LIBDESTDIR=             ${.OBJDIR}/../lib
29 .else
30 LIBDESTDIR=             ${.CURDIR}/../lib
31 .endif
32
33 LIBMAN= ${LIBDESTDIR}/libman.a
34
35 .include "../Makefile.inc"