summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-19 14:55:17 +0000
committerbde <bde@FreeBSD.org>1997-04-19 14:55:17 +0000
commit34b9f986fc9fa87146dcaa4c0362f1d2e29497c7 (patch)
tree234c827eda71c666dca6d374adcfeabc75f1dfd7
parentac1dfd7ec8882d287512775b7180ed6dc84dd147 (diff)
downloadFreeBSD-src-34b9f986fc9fa87146dcaa4c0362f1d2e29497c7.zip
FreeBSD-src-34b9f986fc9fa87146dcaa4c0362f1d2e29497c7.tar.gz
Updated comment about MANDEPEND (it was misplaced in bsd.prog.mk).
-rw-r--r--share/mk/bsd.man.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/bsd.man.mk b/share/mk/bsd.man.mk
index 7128557..b63a449 100644
--- a/share/mk/bsd.man.mk
+++ b/share/mk/bsd.man.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.man.mk,v 1.20 1997/02/22 13:56:12 peter Exp $
+# $Id: bsd.man.mk,v 1.21 1997/03/08 23:46:55 wosch Exp $
#
# The include file <bsd.man.mk> handles installing manual pages and
# their links. <bsd.man.mk> includes the file named "../Makefile.inc"
@@ -70,6 +70,8 @@ _MANPAGES+= ${MAN${sect}}
.endif
.endfor
+# XXX MANDEPEND is only used for groff, man/man, man/manpath, at and atrun.
+# It should be named more generally.
all-man: ${MANDEPEND}
.if defined(NOMANCOMPRESS)
OpenPOWER on IntegriCloud