Deleted Added
sdiff udiff text old ( 259208 ) new ( 259962 )
full compact
1# $FreeBSD: head/share/mk/tap.test.mk 259208 2013-12-11 03:39:50Z jmmv $
2#
3# Logic to build and install TAP-compliant test programs.
4#
5# This is provided to support existing tests in the FreeBSD source tree
6# (particularly those coming from tools/regression/) that comply with the
7# Test Anything Protocol. It should not be used for new tests.
8
9.include <bsd.init.mk>

--- 55 unchanged lines hidden ---