freebsd-dev/usr.bin/file2c/Makefile
2014-05-06 04:22:01 +00:00

12 lines
121 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
PROG= file2c
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
.include <bsd.prog.mk>