From 33b51c50fb48e706260b1e0e1258ded91fc284de Mon Sep 17 00:00:00 2001 From: John Birrell Date: Thu, 20 Aug 1998 20:47:49 +0000 Subject: [PATCH] Fix the machine dependent SUBDIR I removed by mistake in the last commit. --- sbin/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sbin/Makefile b/sbin/Makefile index 77f666fd93b1..9d0cd3a79259 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.5 (Berkeley) 3/31/94 -# $Id: Makefile,v 1.49 1998/07/06 20:05:41 rnordier Exp $ +# $Id: Makefile,v 1.50 1998/08/15 13:21:41 jb Exp $ # XXX MISSING: icheck ncheck @@ -11,6 +11,10 @@ SUBDIR= badsect ccdconfig clri disklabel dmesg dset dump dumpfs dumpon \ ping quotacheck reboot restore route routed savecore scsiformat \ shutdown slattach startslip spppcontrol swapon tunefs umount +.if exists(${.CURDIR}/${MACHINE}) +SUBDIR+= ${MACHINE} +.endif + .if ${MACHINE_ARCH} == "i386" SUBDIR+=adjkerntz ldconfig scsi .endif