summaryrefslogtreecommitdiff
path: root/usr.bin/crunch/crunchide/Makefile
blob: ec933892e8d8c90c29b7fb55995911eab5654a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.19 2014/03/02 03:42:50 matt Exp $

.include <bsd.own.mk>

PROG=   crunchide
SRCS=	crunchide.c

.for ofmt in ${OBJECT_FMTS}
CPPFLAGS+=	-DNLIST_${ofmt:tu}
SRCS+=		exec_${ofmt}.c
.endfor

.include <bsd.prog.mk>