.include <src.opts.mk>

PACKAGE=	runtime
PROG=	tr
SRCS=	cmap.c cset.c str.c tr.c

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>
