1# $NetBSD: Makefile,v 1.2 2014/11/14 13:30:48 uebayasi Exp $ 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