xref: /dragonfly/bin/test/Makefile (revision e6d22e9b)
1#        @(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: head/bin/test/Makefile 322515 2017-08-14 19:21:37Z ngie $
3
4PROG=	test
5
6LINKS=	${BINDIR}/test ${BINDIR}/[
7MLINKS=	test.1 [.1
8
9regress: test
10	cd ${.CURDIR}/../../tools/regression/bin/test && \
11	${MAKE} TEST=${.OBJDIR}/test
12
13.include <bsd.prog.mk>
14