=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.sbin/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.sbin/Makefile 1995/10/23 07:46:00 1.3 --- src/usr.sbin/Makefile 1995/10/28 14:15:22 1.4 *************** *** 1,5 **** # from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91 ! # $Id: Makefile,v 1.3 1995/10/23 07:46:00 deraadt Exp $ # not yet done: catman --- 1,5 ---- # from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91 ! # $Id: Makefile,v 1.4 1995/10/28 14:15:22 deraadt Exp $ # not yet done: catman *************** *** 23,30 **** .if make(clean) || make(cleandir) SUBDIR+=bad144 dbsym eeprom grfinfo hilinfo iteconfig screenblank ! .elif ${MACHINE} == "amiga" || ${MACHINE} == "atari" SUBDIR+=grfconfig iteconfig videomode .elif ${MACHINE} == "hp300" SUBDIR+=config.old grfinfo hilinfo .elif ${MACHINE} == "i386" --- 23,32 ---- .if make(clean) || make(cleandir) SUBDIR+=bad144 dbsym eeprom grfinfo hilinfo iteconfig screenblank ! .elif ${MACHINE} == "amiga" SUBDIR+=grfconfig iteconfig videomode + .elif ${MACHINE} == "atari" + SUBDIR+=iteconfig .elif ${MACHINE} == "hp300" SUBDIR+=config.old grfinfo hilinfo .elif ${MACHINE} == "i386"