]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/test/Makefile
Add ELF Tool Chain's brandelf(1) to contrib
[FreeBSD/FreeBSD.git] / bin / test / Makefile
1 #        @(#)Makefile   8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 .include <src.opts.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>