summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-05-29 01:10:10 +0000
committerwosch <wosch@FreeBSD.org>1996-05-29 01:10:10 +0000
commit4fe110ed7ec5499e9b07d9beafc5da0b0c42918a (patch)
tree47f6330f18470d06b4d3b1635c8be287e57e56cd /share/man
parent55faaca1d9d099ca6d9ecf41e94be9a287fb1cad (diff)
downloadFreeBSD-src-4fe110ed7ec5499e9b07d9beafc5da0b0c42918a.zip
FreeBSD-src-4fe110ed7ec5499e9b07d9beafc5da0b0c42918a.tar.gz
`make maninstall' should go down into the subdirs like
`make install' does.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile3
-rw-r--r--share/man/man8/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 648f8ef..5fb1934 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -16,5 +16,8 @@ MLINKS+=ipfirewall.4 ipacct.4 ipfirewall.4 ipfw.4 ipfirewall.4 ipaccounting.4
MLINKS+=fpa.4 fea.4
# XXX NOT IMPORTED: man4.hp300 man4.sparc man4.tahoe man4.vax
SUBDIR= man4.i386
+MANDEPEND=_PROGSUBDIR
+
+install: maninstall
.include <bsd.prog.mk>
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile
index d271b8a..6dad3c9 100644
--- a/share/man/man8/Makefile
+++ b/share/man/man8/Makefile
@@ -3,5 +3,8 @@
MAN8= adding_user.8 intro.8 rc.8 sticky.8
# XXX NOT IMPORTED: man8.hp300 man8.tahoe man8.vax
SUBDIR= man8.i386
+MANDEPEND=_PROGSUBDIR
+
+install: maninstall
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud