1# $NetBSD$
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/usr.bin/ld
6
7TESTS_SH=	t_script \
8		t_section
9
10.include <bsd.test.mk>
11