From 431b8233d73f017105edb9397f08d0403333f629 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Tue, 15 Sep 1998 10:25:04 +0000 Subject: [PATCH] Add camcontrol. Remove scsiformat. --- sbin/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sbin/Makefile b/sbin/Makefile index d58983e145d..9333a13ee62 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