]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/test/Makefile
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / bin / test / Makefile
1 #        @(#)Makefile   8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PACKAGE=runtime
7 PROG=   test
8 LINKS=  ${BINDIR}/test ${BINDIR}/[
9 MLINKS= test.1 [.1
10
11 HAS_TESTS=
12 SUBDIR.${MK_TESTS}+= tests
13
14 .include <bsd.prog.mk>