Deleted Added
sdiff udiff text old ( 259208 ) new ( 259962 )
full compact
1# $FreeBSD: stable/10/share/mk/tap.test.mk 259962 2013-12-27 22:00:22Z 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 ---