From 57e3cd686c02081144f6f9599330a8e6eb72d6e6 Mon Sep 17 00:00:00 2001 From: Dima Ruban Date: Mon, 9 Nov 1998 21:52:50 +0000 Subject: [PATCH] Reenable adjkerntz for alpha. --- sbin/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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