summaryrefslogtreecommitdiffstats
path: root/share/man/man8/Makefile
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-07-08 17:44:31 +0000
committerwosch <wosch@FreeBSD.org>1996-07-08 17:44:31 +0000
commitbe5d914031744be8405c2e10f0424475b22f1478 (patch)
tree4f2010bde9209bd86a845fc81c4a11c99efcdc66 /share/man/man8/Makefile
parent4194bf5b92b4b344666986ab0937d57fd69bf877 (diff)
downloadFreeBSD-src-be5d914031744be8405c2e10f0424475b22f1478.zip
FreeBSD-src-be5d914031744be8405c2e10f0424475b22f1478.tar.gz
fix `make install' for subdirs (man4.i386, man8.i386)
which I broke in rev 1.21 detected by: bde & jhay@mikom.csir.co.za
Diffstat (limited to 'share/man/man8/Makefile')
-rw-r--r--share/man/man8/Makefile6
1 files changed, 4 insertions, 2 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud