Simplify.
This commit is contained in:
parent
f16b8667c4
commit
616c8c589d
@ -7,12 +7,9 @@ MLINKS= rc.8 rc.serial.8 rc.8 rc.pccard.8 rc.8 rc.network.8 \
|
||||
rc.8 rc.firewall.8 rc.8 rc.atm.8 rc.8 rc.local.8 rc.8 rc.shutdown.8
|
||||
|
||||
# XXX NOT IMPORTED: man8.hp300 man8.tahoe man8.vax
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
MLINKS+= rc.8 i386/rc.i386.8
|
||||
SUBDIR= man8.i386
|
||||
.elif ${MACHINE_ARCH} == "alpha"
|
||||
MLINKS+= rc.8 alpha/rc.alpha.8
|
||||
SUBDIR= man8.alpha
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha"
|
||||
MLINKS+= rc.8 ${MACHINE_ARCH}/rc.${MACHINE_ARCH}.8
|
||||
SUBDIR= man8.${MACHINE_ARCH}
|
||||
.endif
|
||||
|
||||
.if make(maninstall)
|
||||
|
Loading…
Reference in New Issue
Block a user