summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.man.mk
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-06-22 06:01:57 +0000
committerphk <phk@FreeBSD.org>1996-06-22 06:01:57 +0000
commite1fc1724266eb6eff7eba9ca67cb249649f81504 (patch)
tree4be3b8d2bbc6e8dcaf934fb90ef8971ec5c892b9 /share/mk/bsd.man.mk
parent20f5cc49d333bb997fe0b258db7cc1253e89730b (diff)
downloadFreeBSD-src-e1fc1724266eb6eff7eba9ca67cb249649f81504.zip
FreeBSD-src-e1fc1724266eb6eff7eba9ca67cb249649f81504.tar.gz
Add man-page section 'n' and LIBTCL macro.
Diffstat (limited to 'share/mk/bsd.man.mk')
-rw-r--r--share/mk/bsd.man.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.man.mk b/share/mk/bsd.man.mk
index ed4583b..446bce4 100644
--- a/share/mk/bsd.man.mk
+++ b/share/mk/bsd.man.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.man.mk,v 1.11 1996/05/25 21:50:54 wosch Exp $
+# $Id: bsd.man.mk,v 1.12 1996/05/25 23:09:48 wosch Exp $
#
# The include file <bsd.man.mk> handles installing manual pages and
# their links. <bsd.man.mk> includes the file named "../Makefile.inc"
@@ -55,7 +55,7 @@ MINSTALL= ${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE}
MCOMPRESS= gzip -c
ZEXTENSION= .gz
-SECTIONS= 1 2 3 3f 4 5 6 7 8 9
+SECTIONS= 1 2 3 3f 4 5 6 7 8 9 n
.undef _MANPAGES
.for sect in ${SECTIONS}
OpenPOWER on IntegriCloud