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