summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch/crunchide/Makefile
blob: ae91f3ed62daeb2b84aa09ff9270c74a340864d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

PROG=   crunchide
SRCS=	crunchide.c exec_elf32.c exec_elf64.c

TARGET_ARCH?=	${MACHINE_ARCH}
.if ${TARGET_ARCH} == i386 && ${MACHINE_ARCH} == i386
SRCS+=	exec_aout.c
.endif
CFLAGS+=-Darch_${TARGET_ARCH}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud