Merge branch 'vendor/NVI2'
[dragonfly.git] / bin / test / Makefile
1 #        @(#)Makefile   8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/bin/test/Makefile,v 1.6.2.1 2001/08/01 05:31:04 obrien Exp $
3
4 PROG=   test
5
6 LINKS=  ${BINDIR}/test ${BINDIR}/[
7 MLINKS= test.1 [.1
8
9 regress: test
10         cd ${.CURDIR}/../../tools/regression/bin/test && \
11         ${MAKE} TEST=${.OBJDIR}/test
12 .include <bsd.prog.mk>