]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/file2c/Makefile
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.bin / file2c / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PROG=   file2c
6
7 .if ${MK_TESTS} != "no"
8 SUBDIR+= tests
9 .endif
10
11 .include <bsd.prog.mk>