1#        @(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: releng/11.0/bin/test/Makefile 298107 2016-04-16 07:45:30Z gjb $
3
4.include <src.opts.mk>
5
6PACKAGE=runtime
7PROG=	test
8LINKS=	${BINDIR}/test ${BINDIR}/[
9MLINKS=	test.1 [.1
10
11.if ${MK_TESTS} != "no"
12SUBDIR+=    tests
13.endif
14
15.include <bsd.prog.mk>
16