Branching 3.2/3.3
[dragonfly.git] / bin / test / Makefile
blob60b0c976c59ef7cbe0498aaef771c25b245183d3
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 $
4 PROG= test
6 LINKS= ${BINDIR}/test ${BINDIR}/[
7 MLINKS= test.1 '[.1'
9 regress: test
10 cd ${.CURDIR}/../../tools/regression/bin/test && \
11 ${MAKE} TEST=${.OBJDIR}/test
12 .include <bsd.prog.mk>