aboutsummaryrefslogtreecommitdiff
path: root/bin/test/Makefile
blob: 4cdebcb5054c6f49ef239ec9aadf608cabb4e1d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

.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>