strerror.3: Fix whitespace issue introduced in r368714
[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>