summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/conf
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2011-07-06 02:08:06 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2011-07-06 02:08:06 +0000
commit194261cc022557c08e3f9e352f90ff1810814094 (patch)
treed87e1df8a7e8c3018930078ac42797b83b466978 /sys/arch/hppa/conf
parent331b4363053aa0348db11124ffb4bbe57f433a8a (diff)
make clean should clean .d files, so as to leave a fresh canvas.
ok beck deraadt
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r--sys/arch/hppa/conf/Makefile.hppa4
1 files changed, 2 insertions, 2 deletions
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: