kernel - Fix races created by a comedy of circumstansces (3)
[dragonfly.git] / bin / test / Makefile
blob101f78b9d59e45edc9bcab47a5af745d363caa4b
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>