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