=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.sbin/Makefile,v retrieving revision 1.37 retrieving revision 1.38 diff -c -r1.37 -r1.38 *** src/usr.sbin/Makefile 1998/08/31 00:20:07 1.37 --- src/usr.sbin/Makefile 1998/09/11 11:49:22 1.38 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.37 1998/08/31 00:20:07 brian Exp $ # not yet done: catman --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.38 1998/09/11 11:49:22 fgsch Exp $ # not yet done: catman *************** *** 22,28 **** .if make(clean) || make(cleandir) || make(obj) SUBDIR+=apm apmd bad144 eeprom fdformat grfconfig grfinfo \ ! hilinfo iteconfig pccon pcmciad screenblank videomode .elif ${MACHINE} == "amiga" SUBDIR+=grfconfig iteconfig videomode .elif ${MACHINE} == "atari" --- 22,28 ---- .if make(clean) || make(cleandir) || make(obj) SUBDIR+=apm apmd bad144 eeprom fdformat grfconfig grfinfo \ ! hilinfo iteconfig pccon screenblank videomode .elif ${MACHINE} == "amiga" SUBDIR+=grfconfig iteconfig videomode .elif ${MACHINE} == "atari" *************** *** 30,36 **** .elif ${MACHINE} == "hp300" SUBDIR+=grfinfo hilinfo .elif ${MACHINE} == "i386" ! SUBDIR+=bad144 apm apmd fdformat pccon pcmciad .elif ${MACHINE} == "pmax" SUBDIR+= .elif ${MACHINE} == "sun3" --- 30,36 ---- .elif ${MACHINE} == "hp300" SUBDIR+=grfinfo hilinfo .elif ${MACHINE} == "i386" ! SUBDIR+=bad144 apm apmd fdformat pccon .elif ${MACHINE} == "pmax" SUBDIR+= .elif ${MACHINE} == "sun3"