diff options
author | Martin Natano <natano@cvs.openbsd.org> | 2016-10-27 20:44:21 +0000 |
---|---|---|
committer | Martin Natano <natano@cvs.openbsd.org> | 2016-10-27 20:44:21 +0000 |
commit | 58d3a638afd2cb341c4a29aef6ff63fd29f678f1 (patch) | |
tree | b842fc5e0fa0d13eb8e2f521de91a3470ec90659 /sys/arch/sparc64 | |
parent | b11befb72358831711ca11c43f026981468703e4 (diff) |
We don't generate an eddep script for kernel builds nowadays. The last
reference to eddep in the kernel Makefile I could find is in 4.3BSD,
released some 30 years ago.
ok tb millert
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/Makefile.sparc64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index 93153599ad2..87a41c19318 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc64,v 1.77 2016/10/24 18:26:17 deraadt Exp $ +# $OpenBSD: Makefile.sparc64,v 1.78 2016/10/27 20:44:20 natano Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -118,7 +118,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 |