=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/sbin/Makefile,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/sbin/Makefile 1997/01/26 02:26:03 1.22 --- src/sbin/Makefile 1997/01/27 21:57:34 1.23 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.22 1997/01/26 02:26:03 millert 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.23 1997/01/27 21:57:34 rahnds Exp $ # $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $ # Not ported: XNSrouted enpload scsiformat startslip *************** *** 32,38 **** SUBDIR+= config_slot SUBDIR+= fdisk SUBDIR+= pcmcia_cntrl ! .elif ${MACHINE} == "arc" SUBDIR+= fdisk .elif ${MACHINE} == "pc532" SUBDIR+= bim --- 32,38 ---- SUBDIR+= config_slot SUBDIR+= fdisk SUBDIR+= pcmcia_cntrl ! .elif (${MACHINE} == "arc") || (${MACHINE} == "powerpc") SUBDIR+= fdisk .elif ${MACHINE} == "pc532" SUBDIR+= bim