From 9e02ba4f8bb7e5a75f9b4d21173940a2dcb2c4ca Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 15 Oct 2016 13:45:09 +0000 Subject: cleandir: target for kernel compile directories ok natano --- sys/arch/octeon/conf/Makefile.octeon | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sys/arch/octeon/conf/Makefile.octeon') diff --git a/sys/arch/octeon/conf/Makefile.octeon b/sys/arch/octeon/conf/Makefile.octeon index 8d63bcdd3a1..eca76e0dfd3 100644 --- a/sys/arch/octeon/conf/Makefile.octeon +++ b/sys/arch/octeon/conf/Makefile.octeon @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.octeon,v 1.24 2016/10/14 18:43:02 deraadt Exp $ +# $OpenBSD: Makefile.octeon,v 1.25 2016/10/15 13:45:08 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -127,7 +127,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 \ -- cgit v1.2.3