=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/sbin/Makefile,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/sbin/Makefile 1996/06/27 07:20:27 1.16 --- src/sbin/Makefile 1996/07/27 10:27:14 1.17 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.16 1996/06/27 07:20:27 downsj Exp $ # $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $ # Not ported: XNSrouted enpload scsiformat startslip --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.17 1996/07/27 10:27:14 deraadt Exp $ # $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $ # Not ported: XNSrouted enpload scsiformat startslip *************** *** 36,42 **** SUBDIR+= fdisk .elif ${MACHINE} == "pc532" SUBDIR+= bim ! .elif ${MACHINE} == "sun3" SUBDIR+= edlabel .endif --- 36,42 ---- SUBDIR+= fdisk .elif ${MACHINE} == "pc532" SUBDIR+= bim ! .elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || (${MACHINE} == "sparc") SUBDIR+= edlabel .endif