Reenable adjkerntz for alpha.

This commit is contained in:
Dima Ruban 1998-11-09 21:52:50 +00:00
parent 643a8daaaf
commit 57e3cd686c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41041

View File

@ -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 <bsd.subdir.mk>