diff options
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 8 |
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 |