diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-06 17:02:33 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-06 17:02:33 +0000 |
| commit | 4c5804ea54a75ed71b0c2f5d221ab4db3afc0c86 (patch) | |
| tree | d373b06f7d0a74097cd337c01b85cf761309f613 /gnu/usr.bin/man/Makefile.inc | |
| parent | 081b301be3c8586a17e50d5a3e687f77f25ab0fb (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/man/Makefile.inc')
| -rw-r--r-- | gnu/usr.bin/man/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/Makefile.inc b/gnu/usr.bin/man/Makefile.inc index d176a490171b..fa1ad78db23b 100644 --- a/gnu/usr.bin/man/Makefile.inc +++ b/gnu/usr.bin/man/Makefile.inc @@ -1,3 +1,4 @@ +# $FreeBSD$ # # 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. @@ -6,9 +7,9 @@ libdir= /etc bindir= ${BINDIR} pager= more -s manpath_config_file= /etc/manpath.config -troff= /usr/bin/groff -S -man +troff= /usr/bin/groff -S -mandoc # -Tascii or localized encoding added automatically -nroff= /usr/bin/groff -S -Wall -mtty-char -man +nroff= /usr/bin/groff -S -Wall -mtty-char -mandoc apropos= /usr/bin/apropos whatis= /usr/bin/whatis eqn= /usr/bin/eqn |
