=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.sbin/Makefile,v retrieving revision 1.63 retrieving revision 1.64 diff -c -r1.63 -r1.64 *** src/usr.sbin/Makefile 2000/04/26 06:21:07 1.63 --- src/usr.sbin/Makefile 2000/05/18 17:01:37 1.64 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.63 2000/04/26 06:21:07 jakob Exp $ # not yet done: catman --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.64 2000/05/18 17:01:37 espie Exp $ # not yet done: catman *************** *** 19,26 **** # IPv6 SUBDIR+=faithd ifmcstat ndp rip6query route6d rtadvd rtsold traceroute6 ! # Amiga manpages SUBDIR+=iteconfig grfconfig videomode .if (${AFS} == "yes") SUBDIR+=afs --- 19,28 ---- # IPv6 SUBDIR+=faithd ifmcstat ndp rip6query route6d rtadvd rtsold traceroute6 ! # Arch dependent tools, with manpages SUBDIR+=iteconfig grfconfig videomode + SUBDIR+=bad144 apm apmd fdformat memconfig + SUBDIR+=eeprom screenblank grfinfo hilinfo .if (${AFS} == "yes") SUBDIR+=afs *************** *** 28,48 **** .if (${YP} == "yes") SUBDIR+=ypbind yppoll ypset ypserv - .endif - - .if make(clean) || make(cleandir) || make(obj) - SUBDIR+=apm apmd bad144 eeprom fdformat grfconfig grfinfo \ - hilinfo screenblank videomode memconfig - .elif ${MACHINE} == "hp300" - SUBDIR+=grfinfo hilinfo - .elif ${MACHINE} == "i386" - SUBDIR+=bad144 apm apmd fdformat memconfig - .elif ${MACHINE} == "pmax" - SUBDIR+= - .elif ${MACHINE} == "sun3" - SUBDIR+=eeprom screenblank - .elif ${MACHINE} == "sparc" - SUBDIR+=eeprom fdformat screenblank .endif .include --- 30,35 ----