diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-10-15 13:45:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-10-15 13:45:09 +0000 |
commit | 9e02ba4f8bb7e5a75f9b4d21173940a2dcb2c4ca (patch) | |
tree | c48db710b53a8781a66986da3357302e265550f5 /sys/arch/i386/conf | |
parent | 4e969093904145dc177cda98b0e3caa6ba1fb4c2 (diff) |
cleandir: target for kernel compile directories
ok natano
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/Makefile.i386 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 00eaacfe87d..18f05560470 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.96 2016/10/14 18:43:01 deraadt Exp $ +# $OpenBSD: Makefile.i386,v 1.97 2016/10/15 13:45:08 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -125,7 +125,10 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} clean:: rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ - [Ee]rrs linterrs assym.h ${DB_STRUCTINFO} + [Ee]rrs linterrs assym.* ${DB_STRUCTINFO} param.c + +cleandir: clean + rm -f Makefile *.h ioconf.c options machine ${_mach} vers.c version lint: @lint -hbxncez -Dvolatile= ${CPPFLAGS} -UKGDB \ |