diff --git a/sbin/Makefile b/sbin/Makefile index aa64712aafd5..1e844a67c047 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,9 +1,10 @@ # @(#)Makefile 8.5 (Berkeley) 3/31/94 -# $Id: Makefile,v 1.56 1998/09/15 11:44:41 phk Exp $ +# $Id: Makefile,v 1.57 1998/09/28 05:38:52 grog Exp $ # XXX MISSING: icheck ncheck SUBDIR= atm \ + adjkerntz \ badsect \ camcontrol \ ccdconfig \ @@ -65,8 +66,4 @@ SUBDIR= atm \ SUBDIR+= ${MACHINE_ARCH} .endif -.if ${MACHINE_ARCH} == "i386" -SUBDIR+=adjkerntz -.endif - .include