diff options
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/conf/Makefile.armv7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/Makefile.armv7 b/sys/arch/armv7/conf/Makefile.armv7 index aaebe304c93..c5b0bb9cad9 100644 --- a/sys/arch/armv7/conf/Makefile.armv7 +++ b/sys/arch/armv7/conf/Makefile.armv7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.armv7,v 1.17 2016/10/24 18:26:17 deraadt Exp $ +# $OpenBSD: Makefile.armv7,v 1.18 2016/10/27 20:44:20 natano Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -123,7 +123,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c clean:: - rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ + rm -f *bsd *bsd.gdb tags *.[dio] [a-z]*.s \ [Ee]rrs linterrs assym.* ${DB_STRUCTINFO} param.c cleandir: clean |