From 8d1f7e29fd1c2861520a01767e44c991819fed79 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Thu, 6 Nov 2014 11:59:17 +0000 Subject: [PATCH] More clean files. --- sys/conf/Makefile.kern.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/Makefile.kern.inc b/sys/conf/Makefile.kern.inc index e45b9d70dcd8..def3f97c41bc 100644 --- a/sys/conf/Makefile.kern.inc +++ b/sys/conf/Makefile.kern.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.kern.inc,v 1.176 2014/10/10 08:13:52 uebayasi Exp $ +# $NetBSD: Makefile.kern.inc,v 1.177 2014/11/06 11:59:17 uebayasi Exp $ # # This file contains common `MI' targets and definitions and it is included # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}. @@ -346,7 +346,7 @@ assym.h machdep.o: Makefile .if !target(__CLEANKERNEL) __CLEANKERNEL: .USE ${_MKMSG} "${.TARGET}ing the kernel objects" - rm -f ${KERNELS} eddep tags *.[io] *.ln [a-z]*.s vers.c \ + rm -f ${KERNELS} *.map eddep tags *.[io] *.ko *.ln [a-z]*.s vers.c \ [Ee]rrs linterrs makelinks assym.h.tmp assym.h \ ${EXTRA_KERNELS} ${EXTRA_CLEAN} .endif