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

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

.if ${MACHINE_ARCH} == i386
SRCS+=	exec_aout.c
.endif

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