1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

Add camcontrol. Remove scsiformat.

This commit is contained in:
Justin T. Gibbs 1998-09-15 10:25:04 +00:00
parent c39581f667
commit 431b8233d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39255

View File

@ -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>