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