diff options
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/Makefile.sparc | 4 |
1 files changed, 2 insertions, 2 deletions
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: |