summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-02-22 15:28:57 +0000
committerru <ru@FreeBSD.org>2001-02-22 15:28:57 +0000
commit4134c447cbce9dc6a95348d5d13fc38b0f4f4d9b (patch)
treeefedb74fcf375500387c3910b83364bd6c2b39b3 /share
parent202f41c3e5a85122c502f9a1c24da4fc2e7213fa (diff)
downloadFreeBSD-src-4134c447cbce9dc6a95348d5d13fc38b0f4f4d9b.zip
FreeBSD-src-4134c447cbce9dc6a95348d5d13fc38b0f4f4d9b.tar.gz
Only descend into ${MACHINE_ARCH} subdir.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 9041955..56eb1ff 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -195,10 +195,11 @@ MLINKS+=vpo.4 imm.4
MLINKS+=yp.4 YP.4 yp.4 NIS.4 yp.4 nis.4
# XXX NOT IMPORTED: man4.hp300 man4.sparc man4.tahoe man4.vax
-SUBDIR= man4.i386
-SUBDIR+= man4.alpha
+.if exists(${.CURDIR}/man4.${MACHINE_ARCH})
+SUBDIR= man4.${MACHINE_ARCH}
.if make(maninstall)
maninstall:: _SUBDIR
.endif
+.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud