=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/sbin/Makefile,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/sbin/Makefile 1996/09/18 08:03:30 1.20 +++ src/sbin/Makefile 1996/10/20 08:36:21 1.21 @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.20 1996/09/18 08:03:30 deraadt Exp $ +# $OpenBSD: Makefile,v 1.21 1996/10/20 08:36:21 tholo Exp $ # $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck ncheck -SUBDIR= badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf ipfstat \ +SUBDIR= badsect disklabel ccdconfig dmesg fastboot fsck ifconfig init ipf ipfstat \ ipnat kbd mknod modload modunload mount mountd ncheck_ffs nfsd nfsiod \ nologin ping quotacheck reboot route routed savecore scsi \ shutdown slattach swapon ttyflags umount @@ -36,7 +36,8 @@ SUBDIR+= fdisk .elif ${MACHINE} == "pc532" SUBDIR+= bim -.elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || (${MACHINE} == "sparc") +.elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || \ + (${MACHINE} == "sparc") SUBDIR+= edlabel .endif