xref: /freebsd/usr.bin/tr/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <src.opts.mk>
2
3PACKAGE=	runtime
4PROG=	tr
5SRCS=	cmap.c cset.c str.c tr.c
6
7HAS_TESTS=
8SUBDIR.${MK_TESTS}+= tests
9
10.include <bsd.prog.mk>
11