=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.sbin/Makefile,v retrieving revision 1.44 retrieving revision 1.45 diff -c -r1.44 -r1.45 *** src/usr.sbin/Makefile 1999/09/29 04:52:42 1.44 --- src/usr.sbin/Makefile 1999/11/24 04:03:55 1.45 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.44 1999/09/29 04:52:42 beck Exp $ # not yet done: catman --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.45 1999/11/24 04:03:55 deraadt Exp $ # not yet done: catman *************** *** 26,32 **** .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" --- 26,32 ---- .if make(clean) || make(cleandir) || make(obj) SUBDIR+=apm apmd bad144 eeprom fdformat grfconfig grfinfo \ ! hilinfo iteconfig pccon screenblank videomode memconfig .elif ${MACHINE} == "amiga" SUBDIR+=grfconfig iteconfig videomode .elif ${MACHINE} == "atari" *************** *** 34,40 **** .elif ${MACHINE} == "hp300" SUBDIR+=grfinfo hilinfo .elif ${MACHINE} == "i386" ! SUBDIR+=bad144 apm apmd fdformat pccon .elif ${MACHINE} == "pmax" SUBDIR+= .elif ${MACHINE} == "sun3" --- 34,40 ---- .elif ${MACHINE} == "hp300" SUBDIR+=grfinfo hilinfo .elif ${MACHINE} == "i386" ! SUBDIR+=bad144 apm apmd fdformat pccon memconfig .elif ${MACHINE} == "pmax" SUBDIR+= .elif ${MACHINE} == "sun3"