Makefile revision 262951
1#        @(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: stable/10/bin/test/Makefile 262951 2014-03-09 17:04:31Z jmmv $
3
4.include <bsd.own.mk>
5
6PROG=	test
7LINKS=	${BINDIR}/test ${BINDIR}/[
8MLINKS=	test.1 [.1
9
10.if ${MK_TESTS} != "no"
11SUBDIR+=    tests
12.endif
13
14.include <bsd.prog.mk>
15