`make maninstall' should go down into the subdirs like

`make install' does.
This commit is contained in:
Wolfram Schneider 1996-05-29 01:10:10 +00:00
parent 01fc74a034
commit e413a1d50e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15971
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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>