From be5d914031744be8405c2e10f0424475b22f1478 Mon Sep 17 00:00:00 2001 From: wosch Date: Mon, 8 Jul 1996 17:44:31 +0000 Subject: fix `make install' for subdirs (man4.i386, man8.i386) which I broke in rev 1.21 detected by: bde & jhay@mikom.csir.co.za --- share/man/man4/Makefile | 11 +++++++---- share/man/man8/Makefile | 6 ++++-- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'share/man') diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 81763a3..8f8309d 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -14,10 +14,13 @@ MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 MLINKS+=netintro.4 networking.4 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=_SUBDIR -install: maninstall +# XXX NOT IMPORTED: man4.hp300 man4.sparc man4.tahoe man4.vax +SUBDIR= man4.i386 +.if make(maninstall) +maninstall:: _SUBDIR +.endif .include + + diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 65a1e1b..4a7a3af 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,10 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 MAN8= adding_user.8 intro.8 rc.8 sticky.8 + # XXX NOT IMPORTED: man8.hp300 man8.tahoe man8.vax SUBDIR= man8.i386 -MANDEPEND=_SUBDIR -install: maninstall +.if make(maninstall) +maninstall:: _SUBDIR +.endif .include -- cgit v1.1