summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-04-02 10:58:30 +0000
committermarcel <marcel@FreeBSD.org>2002-04-02 10:58:30 +0000
commit76d2873390a9eeb5b0d2407f2c669c4d03eab135 (patch)
tree5f0efd93db6ea13e2ddbb32dc53e20171589c07a /sbin
parent5dc73db814f8dbf0be88e1fb93834cb3de45d152 (diff)
downloadFreeBSD-src-76d2873390a9eeb5b0d2407f2c669c4d03eab135.zip
FreeBSD-src-76d2873390a9eeb5b0d2407f2c669c4d03eab135.tar.gz
Move savecore back to the MI list so that it compiles for other
archs than alpha and i386.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index cf0d54e..3f5965e 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -66,6 +66,7 @@ SUBDIR= adjkerntz \
route \
routed \
rtsol \
+ savecore \
shutdown \
slattach \
spppcontrol \
@@ -89,8 +90,7 @@ SUBDIR+=cxconfig \
kget \
mount_nwfs \
mount_smbfs \
- nextboot \
- savecore
+ nextboot
.if ${MACHINE} == "pc98"
SUBDIR+=fdisk_pc98
.else
@@ -98,10 +98,6 @@ SUBDIR+=fdisk
.endif
.endif
-.if ${MACHINE_ARCH} == "alpha"
-SUBDIR+=savecore
-.endif
-
.if ${MACHINE_ARCH} == "ia64"
SUBDIR+=fdisk
.endif
OpenPOWER on IntegriCloud