xref: /freebsd/bin/test/Makefile (revision e2340276fc734a1f0bd0d2cf16fcfba7936c9462)
1#        @(#)Makefile	8.1 (Berkeley) 5/31/93
2
3.include <src.opts.mk>
4
5PACKAGE=runtime
6PROG=	test
7LINKS=	${BINDIR}/test ${BINDIR}/[
8MLINKS=	test.1 [.1
9
10HAS_TESTS=
11SUBDIR.${MK_TESTS}+= tests
12
13.include <bsd.prog.mk>
14