summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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