aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2002-04-02 10:58:30 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2002-04-02 10:58:30 +0000
commitda64ea48d2526d624854f1ff270d73acf9240896 (patch)
tree5f0efd93db6ea13e2ddbb32dc53e20171589c07a /sbin/Makefile
parent7902451821cbb2c3e8c4daee281b9295eeba51dc (diff)
downloadsrc-da64ea48d2526d624854f1ff270d73acf9240896.tar.gz
src-da64ea48d2526d624854f1ff270d73acf9240896.zip
Notes
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index cf0d54e7e343..3f5965e406ab 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