Makefile revision 264996
1# $FreeBSD: stable/10/usr.bin/file2c/Makefile 264996 2014-04-27 01:15:10Z jmmv $
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