mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Simplify.
This commit is contained in:
parent
bd1a63798a
commit
c2ff9625d0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85474
@ -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