summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-12-06 08:45:03 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-12-06 08:45:03 +0000
commiteb857c8b2f581de76cc1dd8c3460bc2920a76620 (patch)
tree9cd0756518809a171e79f35d9ff1b9f6469cf052 /share
parentbc2a87491aeb756c2acac76367a7e3d2a0ddee40 (diff)
downloadFreeBSD-src-eb857c8b2f581de76cc1dd8c3460bc2920a76620.zip
FreeBSD-src-eb857c8b2f581de76cc1dd8c3460bc2920a76620.tar.gz
Fix bogon in previous commit, whereby the contents of SUBDIR were lost
in the assignment of man4.alpha! This prevented the man4.i386 pages from being installed. Reported by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 08af38c..7a3d395 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -194,8 +194,8 @@ 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
+SUBDIR= man4.i386
+SUBDIR+= man4.alpha
.if make(maninstall)
maninstall:: _SUBDIR
.endif
OpenPOWER on IntegriCloud