diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-07-06 02:08:06 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-07-06 02:08:06 +0000 |
commit | 194261cc022557c08e3f9e352f90ff1810814094 (patch) | |
tree | d87e1df8a7e8c3018930078ac42797b83b466978 /sys/arch | |
parent | 331b4363053aa0348db11124ffb4bbe57f433a8a (diff) |
make clean should clean .d files, so as to leave a fresh canvas.
ok beck deraadt
Diffstat (limited to 'sys/arch')
27 files changed, 54 insertions, 54 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 5e866b24cb5..41869a4ebff 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.74 2011/04/15 02:41:27 guenther Exp $ +# $OpenBSD: Makefile.alpha,v 1.75 2011/07/06 02:08:04 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -119,7 +119,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64 index 46e5299112b..425a89b8950 100644 --- a/sys/arch/amd64/conf/Makefile.amd64 +++ b/sys/arch/amd64/conf/Makefile.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amd64,v 1.48 2011/04/15 02:41:27 guenther Exp $ +# $OpenBSD: Makefile.amd64,v 1.49 2011/07/06 02:08:04 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -120,7 +120,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/armish/conf/Makefile.armish b/sys/arch/armish/conf/Makefile.armish index 9500e51b569..5627f8a8115 100644 --- a/sys/arch/armish/conf/Makefile.armish +++ b/sys/arch/armish/conf/Makefile.armish @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.armish,v 1.39 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.armish,v 1.40 2011/07/06 02:08:04 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -128,7 +128,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/aviion/conf/Makefile.aviion b/sys/arch/aviion/conf/Makefile.aviion index 1f573b5fc5c..613f6a05741 100644 --- a/sys/arch/aviion/conf/Makefile.aviion +++ b/sys/arch/aviion/conf/Makefile.aviion @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.aviion,v 1.34 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.aviion,v 1.35 2011/07/06 02:08:04 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -125,7 +125,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/beagle/conf/Makefile.beagle b/sys/arch/beagle/conf/Makefile.beagle index 2d429d93637..31e7765cc79 100644 --- a/sys/arch/beagle/conf/Makefile.beagle +++ b/sys/arch/beagle/conf/Makefile.beagle @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.beagle,v 1.33 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.beagle,v 1.34 2011/07/06 02:08:04 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -124,7 +124,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/gumstix/conf/Makefile.gumstix b/sys/arch/gumstix/conf/Makefile.gumstix index 11a5fe8b2a1..bc1fbb482e7 100644 --- a/sys/arch/gumstix/conf/Makefile.gumstix +++ b/sys/arch/gumstix/conf/Makefile.gumstix @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.gumstix,v 1.31 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.gumstix,v 1.32 2011/07/06 02:08:04 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -124,7 +124,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index 079ab37fb21..ac110024d65 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hp300,v 1.74 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.hp300,v 1.75 2011/07/06 02:08:04 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -156,7 +156,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index 5430ee71e72..3af5c7f7545 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.66 2011/04/15 02:46:52 deraadt Exp $ +# $OpenBSD: Makefile.hppa,v 1.67 2011/07/06 02:08:04 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -128,7 +128,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/hppa64/conf/Makefile.hppa64 b/sys/arch/hppa64/conf/Makefile.hppa64 index 863b8f4a3cb..4ebb898b39d 100644 --- a/sys/arch/hppa64/conf/Makefile.hppa64 +++ b/sys/arch/hppa64/conf/Makefile.hppa64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa64,v 1.38 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.hppa64,v 1.39 2011/07/06 02:08:04 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -120,7 +120,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 84e79021283..dba18dcf79a 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.80 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.i386,v 1.81 2011/07/06 02:08:04 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -125,7 +125,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/landisk/conf/Makefile.landisk b/sys/arch/landisk/conf/Makefile.landisk index 859c3377e5e..187e3f36526 100644 --- a/sys/arch/landisk/conf/Makefile.landisk +++ b/sys/arch/landisk/conf/Makefile.landisk @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.landisk,v 1.41 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.landisk,v 1.42 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -119,7 +119,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index ef8702a75b5..06d297f8441 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.loongson,v 1.30 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.loongson,v 1.31 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -126,7 +126,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index d2a32ac57de..4624b5f55fd 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.41 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.luna88k,v 1.42 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -123,7 +123,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index cac01ca8c30..ed3d288e299 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mac68k,v 1.71 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.mac68k,v 1.72 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -121,7 +121,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc index bc75d8a982f..83d3c822616 100644 --- a/sys/arch/macppc/conf/Makefile.macppc +++ b/sys/arch/macppc/conf/Makefile.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.macppc,v 1.60 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.macppc,v 1.61 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -119,7 +119,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k index a796544f7ae..c1eef7f7613 100644 --- a/sys/arch/mvme68k/conf/Makefile.mvme68k +++ b/sys/arch/mvme68k/conf/Makefile.mvme68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme68k,v 1.62 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.mvme68k,v 1.63 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -122,7 +122,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k index 1d28011917f..aec400a2c20 100644 --- a/sys/arch/mvme88k/conf/Makefile.mvme88k +++ b/sys/arch/mvme88k/conf/Makefile.mvme88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme88k,v 1.71 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.mvme88k,v 1.72 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -120,7 +120,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc index 5304224ebeb..dd662e48cbc 100644 --- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc +++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvmeppc,v 1.57 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.mvmeppc,v 1.58 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -119,7 +119,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/octeon/conf/Makefile.octeon b/sys/arch/octeon/conf/Makefile.octeon index b055cb1de7d..b902fba3fa5 100644 --- a/sys/arch/octeon/conf/Makefile.octeon +++ b/sys/arch/octeon/conf/Makefile.octeon @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.octeon,v 1.5 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.octeon,v 1.6 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -126,7 +126,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/palm/conf/Makefile.palm b/sys/arch/palm/conf/Makefile.palm index 4e67764101f..fc1b1575059 100644 --- a/sys/arch/palm/conf/Makefile.palm +++ b/sys/arch/palm/conf/Makefile.palm @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.palm,v 1.28 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.palm,v 1.29 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -124,7 +124,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index c1e2b1aaa61..84201897985 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sgi,v 1.52 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.sgi,v 1.53 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -126,7 +126,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/socppc/conf/Makefile.socppc b/sys/arch/socppc/conf/Makefile.socppc index ad99ceeef63..7275aa7504f 100644 --- a/sys/arch/socppc/conf/Makefile.socppc +++ b/sys/arch/socppc/conf/Makefile.socppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.socppc,v 1.31 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.socppc,v 1.32 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -119,7 +119,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/solbourne/conf/Makefile.solbourne b/sys/arch/solbourne/conf/Makefile.solbourne index 80d0391933f..e023feda01c 100644 --- a/sys/arch/solbourne/conf/Makefile.solbourne +++ b/sys/arch/solbourne/conf/Makefile.solbourne @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.solbourne,v 1.34 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.solbourne,v 1.35 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -119,7 +119,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index 37cb471a4d8..e824d9d5b64 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc,v 1.70 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.sparc,v 1.71 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -122,7 +122,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index 5fc6ff3fb01..9e69a8448e0 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc64,v 1.57 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.sparc64,v 1.58 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -119,7 +119,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index 11227d099b4..1e801113112 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.vax,v 1.62 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.vax,v 1.63 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -119,7 +119,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: diff --git a/sys/arch/zaurus/conf/Makefile.zaurus b/sys/arch/zaurus/conf/Makefile.zaurus index 4f6729d3ccf..1bb43e583f2 100644 --- a/sys/arch/zaurus/conf/Makefile.zaurus +++ b/sys/arch/zaurus/conf/Makefile.zaurus @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.zaurus,v 1.41 2011/04/15 02:41:28 guenther Exp $ +# $OpenBSD: Makefile.zaurus,v 1.42 2011/07/06 02:08:05 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -124,7 +124,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} lint: |