summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch/crunchide/Makefile
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-07-10 22:06:51 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-07-10 22:06:51 +0000
commit589ff2378cad2b5b2e1664e13571747b67a5dd02 (patch)
treed2fd812a8008998b43c2678f2a13c9a6770cb72a /usr.sbin/crunch/crunchide/Makefile
parent8de20561d12d5af97aef21a7f381219089f823c0 (diff)
downloadFreeBSD-src-589ff2378cad2b5b2e1664e13571747b67a5dd02.zip
FreeBSD-src-589ff2378cad2b5b2e1664e13571747b67a5dd02.tar.gz
Teach crunchide(1) about PPC ELF64.
Diffstat (limited to 'usr.sbin/crunch/crunchide/Makefile')
-rw-r--r--usr.sbin/crunch/crunchide/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/crunch/crunchide/Makefile b/usr.sbin/crunch/crunchide/Makefile
index 0f85254..3e173e4 100644
--- a/usr.sbin/crunch/crunchide/Makefile
+++ b/usr.sbin/crunch/crunchide/Makefile
@@ -10,7 +10,7 @@ CFLAGS+=-DNLIST_AOUT
SRCS+= exec_aout.c
.endif
-.if ${TARGET_ARCH} == ia64 || \
+.if ${TARGET_ARCH} == ia64 || ${TARGET_ARCH} == powerpc64 || \
${TARGET_ARCH} == sparc64 || ${TARGET_ARCH} == amd64
CFLAGS+=-DNLIST_ELF64
SRCS+= exec_elf64.c
OpenPOWER on IntegriCloud