1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5PROG=	file2c
6
7.if ${MK_TESTS} != "no"
8SUBDIR+= tests
9.endif
10
11.include <bsd.prog.mk>
12