summaryrefslogtreecommitdiff
path: root/bin/test/Makefile
blob: da1cccbb7f2e4aa9e23962d3b8e1330ecd68a296 (plain)
1
2
3
4
5
6
7
8
9
10
11
.include <src.opts.mk>

PACKAGE=runtime
PROG=	test
LINKS=	${BINDIR}/test ${BINDIR}/[
MLINKS=	test.1 [.1

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>