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