diff options
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/Makefile.amd64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64 index 4a2a48a0502..10789382a96 100644 --- a/sys/arch/amd64/conf/Makefile.amd64 +++ b/sys/arch/amd64/conf/Makefile.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amd64,v 1.71 2016/10/24 18:26:17 deraadt Exp $ +# $OpenBSD: Makefile.amd64,v 1.72 2016/10/27 20:44:19 natano Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -122,7 +122,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 |