diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2019-01-14 16:27:20 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2019-01-14 16:27:20 +0000 |
commit | 25126ffffc80a57c008858924f0f4c74ba3549d9 (patch) | |
tree | 3e6d4f1fc5e3db213ffdcf5e87b716e1bd3858a9 /sys/arch/octeon/conf/Makefile.octeon | |
parent | cbcff7ab218f22c8b5d739a301fd08ae8e88171e (diff) |
Remove obsolete symbols.sort target.
OK deraadt@
Diffstat (limited to 'sys/arch/octeon/conf/Makefile.octeon')
-rw-r--r-- | sys/arch/octeon/conf/Makefile.octeon | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/octeon/conf/Makefile.octeon b/sys/arch/octeon/conf/Makefile.octeon index 73a548eab07..b0f6aee3e21 100644 --- a/sys/arch/octeon/conf/Makefile.octeon +++ b/sys/arch/octeon/conf/Makefile.octeon @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.octeon,v 1.51 2018/10/31 10:15:47 kettenis Exp $ +# $OpenBSD: Makefile.octeon,v 1.52 2019/01/14 16:27:19 visa Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -143,10 +143,6 @@ clean: cleandir: clean rm -f Makefile *.h ioconf.c options machine ${_mach} vers.c -symbols.sort: ${_machdir}/${_mach}/symbols.raw - grep -v '^#' ${_machdir}/${_mach}/symbols.raw \ - | sed 's/^ //' | sort -u > symbols.sort - depend obj: locore0.o: ${_machdir}/${_mach}/locore0.S assym.h |