diff options
author | dima <dima@FreeBSD.org> | 1998-11-09 21:52:50 +0000 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 1998-11-09 21:52:50 +0000 |
commit | ac5250cdc3856c0f1fc8d709d460c1ddea49d4e6 (patch) | |
tree | 3babd9975703c92c226885f32373675a9aedbc2d /sbin | |
parent | a2af3a6c6c15b7eca638b34ca50e37c6f4f3f8e3 (diff) | |
download | FreeBSD-src-ac5250cdc3856c0f1fc8d709d460c1ddea49d4e6.zip FreeBSD-src-ac5250cdc3856c0f1fc8d709d460c1ddea49d4e6.tar.gz |
Reenable adjkerntz for alpha.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index aa64712..1e844a6 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 <bsd.subdir.mk> |