diff --git a/distrib/alpha/instkernel/ramdisk/Makefile b/distrib/alpha/instkernel/ramdisk/Makefile index ab1cfbe862a2..d55c8a7dec10 100644 --- a/distrib/alpha/instkernel/ramdisk/Makefile +++ b/distrib/alpha/instkernel/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/29 18:57:31 ross Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/11 20:46:58 veego Exp $ TOP= ${.CURDIR}/.. @@ -52,7 +52,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all clean cleandir distclean: - /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/amiga/floppies/inst-common/Makefile.inc b/distrib/amiga/floppies/inst-common/Makefile.inc index ba4d32a26eeb..d5f5d01c7515 100644 --- a/distrib/amiga/floppies/inst-common/Makefile.inc +++ b/distrib/amiga/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.13 1999/03/04 20:32:19 wrstuden Exp $ +# $NetBSD: Makefile.inc,v 1.14 1999/05/11 20:46:58 veego Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -45,7 +45,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all clean cleandir distclean: - /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/arm32/floppies/inst-common/Makefile.inc b/distrib/arm32/floppies/inst-common/Makefile.inc index d343f29bceb2..fbf1a8a9c9d5 100644 --- a/distrib/arm32/floppies/inst-common/Makefile.inc +++ b/distrib/arm32/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.6 1999/03/04 20:32:19 wrstuden Exp $ +# $NetBSD: Makefile.inc,v 1.7 1999/05/11 20:46:59 veego Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -44,7 +44,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all clean cleandir distclean: - /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/arm32/ramdisk/Makefile b/distrib/arm32/ramdisk/Makefile index dd62f791bd1a..a04ca2d5ee7d 100644 --- a/distrib/arm32/ramdisk/Makefile +++ b/distrib/arm32/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/03/04 20:32:19 wrstuden Exp $ +# $NetBSD: Makefile,v 1.8 1999/05/11 20:46:59 veego Exp $ TOP= ${.CURDIR}/.. @@ -62,7 +62,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all clean cleandir distclean: - /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/bebox/floppies/ramdisk/Makefile b/distrib/bebox/floppies/ramdisk/Makefile index 09fdee6c4150..9efecd4310db 100644 --- a/distrib/bebox/floppies/ramdisk/Makefile +++ b/distrib/bebox/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/03/04 20:32:19 wrstuden Exp $ +# $NetBSD: Makefile,v 1.3 1999/05/11 20:46:59 veego Exp $ TOP= ${.CURDIR}/.. @@ -62,7 +62,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all clean cleandir: - /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/bebox/floppies/ramdisk/Makefile.inc b/distrib/bebox/floppies/ramdisk/Makefile.inc index 8301130dd799..d387dac9a073 100644 --- a/distrib/bebox/floppies/ramdisk/Makefile.inc +++ b/distrib/bebox/floppies/ramdisk/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 1999/03/04 20:32:19 wrstuden Exp $ +# $NetBSD: Makefile.inc,v 1.3 1999/05/11 20:46:59 veego Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -47,7 +47,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all clean cleandir: - /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile index fd19289426f1..055ed42ea71f 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/04/19 23:55:28 bouyer Exp $ +# $NetBSD: Makefile,v 1.13 1999/05/11 20:46:59 veego Exp $ TOP= ${.CURDIR}/.. WARNS=1 @@ -78,7 +78,7 @@ HACKOBJS:= getcap.o getgrent.o getnet.o getnetgr.o getpwent.o setlocale.o yplib. clean cleandir distclean: - /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/i386/floppies/ramdisk/Makefile.inc b/distrib/i386/floppies/ramdisk/Makefile.inc index 1210696f94d1..2059d46ed491 100644 --- a/distrib/i386/floppies/ramdisk/Makefile.inc +++ b/distrib/i386/floppies/ramdisk/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.7 1999/03/04 20:32:19 wrstuden Exp $ +# $NetBSD: Makefile.inc,v 1.8 1999/05/11 20:46:59 veego Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -47,7 +47,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all clean cleandir distclean: - /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/mac68k/instkernel/ramdisk/Makefile b/distrib/mac68k/instkernel/ramdisk/Makefile index e3bc12f86133..e855711383f3 100644 --- a/distrib/mac68k/instkernel/ramdisk/Makefile +++ b/distrib/mac68k/instkernel/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1999/03/26 08:34:37 ender Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/11 20:46:59 veego Exp $ TOP= ${.CURDIR}/.. @@ -47,7 +47,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all clean cleandir distclean: - /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/macppc/floppies/ramdisk/Makefile b/distrib/macppc/floppies/ramdisk/Makefile index 26db3a5ddcb7..6d2c72334300 100644 --- a/distrib/macppc/floppies/ramdisk/Makefile +++ b/distrib/macppc/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/03/04 20:32:20 wrstuden Exp $ +# $NetBSD: Makefile,v 1.5 1999/05/11 20:46:59 veego Exp $ TOP= ${.CURDIR}/.. @@ -54,7 +54,7 @@ HACKSRC=${TOP}/../../utils/libhack .include "${HACKSRC}/Makefile.inc" clean cleandir distclean: - /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/miniroot/Makefile b/distrib/miniroot/Makefile index 6099b634920a..328570b8c74a 100644 --- a/distrib/miniroot/Makefile +++ b/distrib/miniroot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/04/18 21:01:57 is Exp $ +# $NetBSD: Makefile,v 1.21 1999/05/11 20:46:59 veego Exp $ .include @@ -69,7 +69,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c clean cleandir distclean: /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \ - ${CBIN}.conf *.o *.lo *.c + ${CBIN}.conf *.o *.cro *.c .endif # DESTDIR check .include diff --git a/distrib/mvme68k/ramdisk/Makefile b/distrib/mvme68k/ramdisk/Makefile index b37481d993b1..d92245321554 100644 --- a/distrib/mvme68k/ramdisk/Makefile +++ b/distrib/mvme68k/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/03/04 20:32:20 wrstuden Exp $ +# $NetBSD: Makefile,v 1.5 1999/05/11 20:46:59 veego Exp $ TOP= ${.CURDIR}/.. @@ -56,7 +56,7 @@ unconfig: .PRECIOUS: ${IMAGE} CLEANFILES+= ${CBIN} ${CBIN}.c ${CBIN}.cache ${CBIN}.mk ${CBIN}.syms -CLEANFILES+= *.lo *_stub.o *_stub.c +CLEANFILES+= *.cro *_stub.o *_stub.c ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF} crunchgen -D ${BSDSRCDIR} -L ${DESTDIR}/usr/lib ${CRUNCHCONF} diff --git a/distrib/pc532/floppies/inst-common/Makefile.inc b/distrib/pc532/floppies/inst-common/Makefile.inc index 716ceb6a1b69..e7b6e3575759 100644 --- a/distrib/pc532/floppies/inst-common/Makefile.inc +++ b/distrib/pc532/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.12 1999/04/10 03:59:58 simonb Exp $ +# $NetBSD: Makefile.inc,v 1.13 1999/05/11 20:46:59 veego Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -84,7 +84,7 @@ netbsd.gz: ramdisk.fs rm /var/tmp/$$$$ clean cleandir distclean: - /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c /bin/rm -f netbsd* .include diff --git a/distrib/pmax/ramdisk/Makefile b/distrib/pmax/ramdisk/Makefile index 71573c3fcab0..563cb78643f3 100644 --- a/distrib/pmax/ramdisk/Makefile +++ b/distrib/pmax/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/05/06 20:51:22 simonb Exp $ +# $NetBSD: Makefile,v 1.9 1999/05/11 20:47:00 veego Exp $ BINDIR= /installation/netboot @@ -64,7 +64,7 @@ realinstall: -m ${NONBINMODE} ${DISKIMAGE} ${RELEASEDIR}${BINDIR} clean cleandir distclean: - /bin/rm -f *.core ${CLEANFILES} *.o *.lo *.c + /bin/rm -f *.core ${CLEANFILES} *.o *.cro *.c # XXX! depend: diff --git a/distrib/sparc/ramdisk.sysinst/Makefile b/distrib/sparc/ramdisk.sysinst/Makefile index 897621bfa22c..957cdae46ff3 100644 --- a/distrib/sparc/ramdisk.sysinst/Makefile +++ b/distrib/sparc/ramdisk.sysinst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1999/04/30 05:09:44 abs Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/11 20:47:00 veego Exp $ TOP= ${.CURDIR}/.. MINIROOT= ${TOP}/../miniroot @@ -92,7 +92,7 @@ ${CBIN}: libhack.o HACKOBJS:= getcap.o getgrent.o getnet.o getnetgr.o getpwent.o setlocale.o yplib.o clean cleandir distclean: - /bin/rm -f *.core ${AUXCLEAN} ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f *.core ${AUXCLEAN} ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/sparc/ramdisk/Makefile b/distrib/sparc/ramdisk/Makefile index b32b8133a9d7..673941a66f47 100644 --- a/distrib/sparc/ramdisk/Makefile +++ b/distrib/sparc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/04/08 21:17:14 pk Exp $ +# $NetBSD: Makefile,v 1.10 1999/05/11 20:47:00 veego Exp $ TOP= ${.CURDIR}/.. MINIROOT= ${.CURDIR}/../../miniroot @@ -61,7 +61,7 @@ HACKSRC=${TOP}/../utils/libhack .include "${HACKSRC}/Makefile.inc" clean cleandir distclean: - /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/vax/inst-common/Makefile.inc b/distrib/vax/inst-common/Makefile.inc index 8939034fdeac..402f5daf371d 100644 --- a/distrib/vax/inst-common/Makefile.inc +++ b/distrib/vax/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.5 1999/03/04 20:32:21 wrstuden Exp $ +# $NetBSD: Makefile.inc,v 1.6 1999/05/11 20:47:00 veego Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -63,7 +63,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk clean cleandir distclean: - /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/vax/ramdisk/Makefile b/distrib/vax/ramdisk/Makefile index 48af15e400b8..0c233d14edd1 100644 --- a/distrib/vax/ramdisk/Makefile +++ b/distrib/vax/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1999/03/12 18:36:52 ragge Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/11 20:47:00 veego Exp $ TOP= ${.CURDIR}/.. @@ -62,7 +62,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all clean cleandir distclean: - /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/vax/ramdisk/Makefile.inc b/distrib/vax/ramdisk/Makefile.inc index 12fc5325568a..f47e9695c440 100644 --- a/distrib/vax/ramdisk/Makefile.inc +++ b/distrib/vax/ramdisk/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 1999/03/12 18:36:52 ragge Exp $ +# $NetBSD: Makefile.inc,v 1.2 1999/05/11 20:47:00 veego Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -47,7 +47,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all clean cleandir distclean: - /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include diff --git a/distrib/x68k/floppies/ramdisk/Makefile b/distrib/x68k/floppies/ramdisk/Makefile index 9998782b56cb..6f71ad6339c5 100644 --- a/distrib/x68k/floppies/ramdisk/Makefile +++ b/distrib/x68k/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/04/14 14:11:56 minoura Exp $ +# $NetBSD: Makefile,v 1.10 1999/05/11 20:47:00 veego Exp $ TOP= ${.CURDIR}/.. @@ -65,7 +65,7 @@ HACKSRC=${TOP}/../../utils/libhack .include "${HACKSRC}/Makefile.inc" clean cleandir distclean: - /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .if make(clean) || make(cleandir) || make(distclean) || make(depend) || make(obj) UTILDIR= ../../../utils diff --git a/distrib/x68k/floppies/ramdisk/Makefile.inc b/distrib/x68k/floppies/ramdisk/Makefile.inc index 317651c6f3fb..d06604443f78 100644 --- a/distrib/x68k/floppies/ramdisk/Makefile.inc +++ b/distrib/x68k/floppies/ramdisk/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.6 1999/03/04 20:32:21 wrstuden Exp $ +# $NetBSD: Makefile.inc,v 1.7 1999/05/11 20:47:00 veego Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -47,7 +47,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all clean cleandir distclean: - /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c .include .include