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