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>
This commit is contained in:
Sheldon Hearn 2000-12-06 08:45:03 +00:00
parent 0727d1b5ba
commit 27b7ba4bb1

View File

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