xref: /freebsd/bin/test/Makefile (revision 6f1af0d7d2af54b339b5212434cd6d4fda628d80)
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