=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/sbin/Makefile,v retrieving revision 1.20 retrieving revision 1.21 diff -c -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 **** ! # $OpenBSD: Makefile,v 1.20 1996/09/18 08:03:30 deraadt 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 \ ipnat kbd mknod modload modunload mount mountd ncheck_ffs nfsd nfsiod \ nologin ping quotacheck reboot route routed savecore scsi \ shutdown slattach swapon ttyflags umount --- 1,10 ---- ! # $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 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,42 **** SUBDIR+= fdisk .elif ${MACHINE} == "pc532" SUBDIR+= bim ! .elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || (${MACHINE} == "sparc") SUBDIR+= edlabel .endif --- 36,43 ---- SUBDIR+= fdisk .elif ${MACHINE} == "pc532" SUBDIR+= bim ! .elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || \ ! (${MACHINE} == "sparc") SUBDIR+= edlabel .endif