summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch/crunchide/Makefile
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-04-17 15:18:54 +0000
committeremaste <emaste@FreeBSD.org>2015-04-17 15:18:54 +0000
commit1e22afc1d07ebae920adb834b2f9802114892018 (patch)
treedd48659e4f75cf8a2858cad38ffd914a1960cb4c /usr.sbin/crunch/crunchide/Makefile
parentd205fc99f2c3f0352129bb74d82af2dd08ced2b1 (diff)
downloadFreeBSD-src-1e22afc1d07ebae920adb834b2f9802114892018.zip
FreeBSD-src-1e22afc1d07ebae920adb834b2f9802114892018.tar.gz
crunchide: remove unused a.out and non-functional ECOFF support
Differential Revision: https://reviews.freebsd.org/D2311 Reviewed by: imp Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/crunch/crunchide/Makefile')
-rw-r--r--usr.sbin/crunch/crunchide/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/crunch/crunchide/Makefile b/usr.sbin/crunch/crunchide/Makefile
index fd23dec..49bb557 100644
--- a/usr.sbin/crunch/crunchide/Makefile
+++ b/usr.sbin/crunch/crunchide/Makefile
@@ -5,11 +5,6 @@ SRCS= crunchide.c
TARGET_ARCH?= ${MACHINE_ARCH}
-.if ${TARGET_ARCH} == i386 && ${MACHINE_ARCH} == i386
-CFLAGS+=-DNLIST_AOUT
-SRCS+= exec_aout.c
-.endif
-
.if ${TARGET_ARCH} == aarch64 || ${TARGET_ARCH} == amd64 || \
${TARGET_ARCH} == powerpc64 || \
${TARGET_ARCH} == sparc64 || ${TARGET_ARCH:Mmips64*}
OpenPOWER on IntegriCloud