[Midnightbsd-cvs] src [9557] trunk/rescue/rescue/Makefile: remove old atacontrol utility and dead code.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 17 23:08:39 EDT 2017
Revision: 9557
http://svnweb.midnightbsd.org/src/?rev=9557
Author: laffer1
Date: 2017-09-17 23:08:38 -0400 (Sun, 17 Sep 2017)
Log Message:
-----------
remove old atacontrol utility and dead code.
Modified Paths:
--------------
trunk/rescue/rescue/Makefile
Modified: trunk/rescue/rescue/Makefile
===================================================================
--- trunk/rescue/rescue/Makefile 2017-09-17 17:42:22 UTC (rev 9556)
+++ trunk/rescue/rescue/Makefile 2017-09-18 03:08:38 UTC (rev 9557)
@@ -87,13 +87,13 @@
# headers in addition to the standard 'paths.h' header.
#
CRUNCH_SRCDIRS+= sbin
-CRUNCH_PROGS_sbin= atacontrol badsect \
+CRUNCH_PROGS_sbin= badsect \
camcontrol ccdconfig clri devfs dmesg dump \
dumpfs dumpon fsck fsck_ffs fsck_msdosfs fsdb \
fsirand gbde geom ifconfig init \
kldconfig kldload kldstat kldunload ldconfig \
md5 mdconfig mdmfs mknod mount mount_cd9660 \
- mount_msdosfs mount_nfs mount_ntfs mount_nullfs \
+ mount_msdosfs mount_nfs mount_nullfs \
mount_udf mount_unionfs newfs \
newfs_msdos nos-tun ping reboot \
restore rcorder route routed rtquery rtsol savecore \
@@ -130,27 +130,8 @@
.if ${MACHINE_CPUARCH} == "i386"
CRUNCH_PROGS_sbin+= bsdlabel sconfig fdisk
CRUNCH_ALIAS_bsdlabel= disklabel
-#.if ${MK_NCP} != "no"
-#CRUNCH_PROGS+= mount_nwfs
-#CRUNCH_LIBS+= -lncp
-#.endif
-#CRUNCH_PROGS+= mount_smbfs
-#CRUNCH_LIBS+= -lsmb
.endif
-.if ${MACHINE} == "pc98"
-CRUNCH_PROGS_sbin+= bsdlabel
-CRUNCH_SRCDIR_fdisk= $(.CURDIR)/../../sbin/fdisk_pc98
-.endif
-
-.if ${MACHINE_CPUARCH} == "ia64"
-CRUNCH_PROGS_sbin+= mca
-.endif
-
-.if ${MACHINE_CPUARCH} == "sparc64"
-CRUNCH_PROGS_sbin+= bsdlabel sunlabel
-.endif
-
.if ${MACHINE_CPUARCH} == "amd64"
CRUNCH_PROGS_sbin+= bsdlabel fdisk
CRUNCH_ALIAS_bsdlabel= disklabel
More information about the Midnightbsd-cvs
mailing list