aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/file2c/Makefile
blob: 214d0336a015b5372ed717ca765cf5f09de4a072 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.include <src.opts.mk>

PROG=	file2c

.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

.include <bsd.prog.mk>