xref: /trueos/usr.bin/file2c/Makefile (revision 1e4589b921fdaa1b1d2fc6b6ed016f1e0a01cb8f)
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