summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-09-01 13:56:42 +0000
committeragc <agc@pkgsrc.org>1998-09-01 13:56:42 +0000
commitf31ef2befe0f9c487b13a39134d1d135bda8e5b4 (patch)
treee3aa1fc5575dc85418a875ec19b78e421dcaf4e0 /mk
parent3f482566b32d82ee29e98e5ee0d6b7f1979f5f63 (diff)
downloadpkgsrc-f31ef2befe0f9c487b13a39134d1d135bda8e5b4.tar.gz
Document USETBL definition (not just used in pkgsrc - see <bsd.man.mk>).
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 6adf4109082..b1f90962be1 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.25 1998/09/01 13:15:29 agc Exp $
+# $NetBSD: mk.conf.example,v 1.26 1998/09/01 13:56:42 agc Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
# for building either NetBSD or some of the NetBSD packages collection.
@@ -76,6 +76,11 @@ MANZ= 1 # gzip manual pages at installation time
# Possible: set, not set
# Default: not set
+#USETBL= yes # Run raw manual pages through tbl(1) before
+ # piping through troff(1) when formatting
+ # manual pages.
+ # Possible: set, not set
+ # Default: not set