]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/test/Makefile
MFC r368207,368607:
[FreeBSD/stable/10.git] / bin / test / Makefile
1 #        @(#)Makefile   8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 PROG=   test
7 LINKS=  ${BINDIR}/test ${BINDIR}/[
8 MLINKS= test.1 [.1
9
10 .if ${MK_TESTS} != "no"
11 SUBDIR+=    tests
12 .endif
13
14 .include <bsd.prog.mk>