Move savecore back to the MI list so that it compiles for other

archs than alpha and i386.
This commit is contained in:
Marcel Moolenaar 2002-04-02 10:58:30 +00:00
parent 7902451821
commit da64ea48d2

View File

@ -66,6 +66,7 @@ SUBDIR= adjkerntz \
route \ route \
routed \ routed \
rtsol \ rtsol \
savecore \
shutdown \ shutdown \
slattach \ slattach \
spppcontrol \ spppcontrol \
@ -89,8 +90,7 @@ SUBDIR+=cxconfig \
kget \ kget \
mount_nwfs \ mount_nwfs \
mount_smbfs \ mount_smbfs \
nextboot \ nextboot
savecore
.if ${MACHINE} == "pc98" .if ${MACHINE} == "pc98"
SUBDIR+=fdisk_pc98 SUBDIR+=fdisk_pc98
.else .else
@ -98,10 +98,6 @@ SUBDIR+=fdisk
.endif .endif
.endif .endif
.if ${MACHINE_ARCH} == "alpha"
SUBDIR+=savecore
.endif
.if ${MACHINE_ARCH} == "ia64" .if ${MACHINE_ARCH} == "ia64"
SUBDIR+=fdisk SUBDIR+=fdisk
.endif .endif