summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-03-19 12:07:27 +0000
committerpeter <peter@FreeBSD.org>2002-03-19 12:07:27 +0000
commit8f10826d06a8b54320e4a787fc6db3a6a552666b (patch)
treeac8b6a1947b2d404ed28c07387aa4f41016e116f /sbin/Makefile
parent824789c4eda498494902b44a66dc77fe6535d537 (diff)
downloadFreeBSD-src-8f10826d06a8b54320e4a787fc6db3a6a552666b.zip
FreeBSD-src-8f10826d06a8b54320e4a787fc6db3a6a552666b.tar.gz
Move savecore build enable to MD section of Makefile, currently enabled
for i386 and alpha. Although it builds on sparc64, it does not yet work. A similar hack as what is used on the sparc64 MD macros can be used to make ia64 build too, but there doesn't seem to be much point.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 44298c3..f866654 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -71,7 +71,6 @@ SUBDIR= adjkerntz \
route \
routed \
rtsol \
- savecore \
shutdown \
slattach \
spppcontrol \
@@ -87,7 +86,8 @@ SUBDIR+=cxconfig \
kget \
mount_nwfs \
mount_smbfs \
- nextboot
+ nextboot \
+ savecore
.if ${MACHINE} == "pc98"
SUBDIR+=fdisk_pc98
.else
@@ -95,6 +95,10 @@ SUBDIR+=fdisk
.endif
.endif
+.if ${MACHINE_ARCH} == "alpha"
+SUBDIR+=savecore
+.endif
+
.if ${MACHINE_ARCH} == "ia64"
SUBDIR+=fdisk
.endif
OpenPOWER on IntegriCloud