inet6: only mark autoconf addresses tentative if detached
[dragonfly.git] / bin / test / Makefile
CommitLineData
984263bc 1# @(#)Makefile 8.1 (Berkeley) 5/31/93
7f0f5223 2# $FreeBSD: head/bin/test/Makefile 322515 2017-08-14 19:21:37Z ngie $
984263bc
MD
3
4PROG= test
c9f721c2 5
984263bc 6LINKS= ${BINDIR}/test ${BINDIR}/[
d5d041ec 7MLINKS= test.1 [.1
984263bc 8
def50ff6
PA
9regress: test
10 cd ${.CURDIR}/../../tools/regression/bin/test && \
11 ${MAKE} TEST=${.OBJDIR}/test
7f0f5223 12
984263bc 13.include <bsd.prog.mk>