summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-09-15 10:25:04 +0000
committergibbs <gibbs@FreeBSD.org>1998-09-15 10:25:04 +0000
commit439c46a17f7ae760e5040e385ef0ed7dd039fe46 (patch)
tree4d054f8b980f33a2b6148800df83662f1ff68625 /sbin/Makefile
parent8039eb9e6c6087f626b5d27ad85bc26b5711c25a (diff)
downloadFreeBSD-src-439c46a17f7ae760e5040e385ef0ed7dd039fe46.zip
FreeBSD-src-439c46a17f7ae760e5040e385ef0ed7dd039fe46.tar.gz
Add camcontrol. Remove scsiformat.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index d58983e..9333a13 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,9 +1,10 @@
# @(#)Makefile 8.5 (Berkeley) 3/31/94
-# $Id: Makefile,v 1.53 1998/09/05 07:35:19 jb Exp $
+# $Id: Makefile,v 1.54 1998/09/05 08:29:05 jb Exp $
# XXX MISSING: icheck ncheck
SUBDIR= badsect \
+ camcontrol \
ccdconfig \
clri \
disklabel \
@@ -50,7 +51,6 @@ SUBDIR= badsect \
route \
routed \
savecore \
- scsiformat \
shutdown \
slattach \
startslip \
@@ -64,8 +64,7 @@ SUBDIR+= ${MACHINE_ARCH}
.endif
.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=adjkerntz \
- scsi
+SUBDIR+=adjkerntz
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud