1# $NetBSD: Makefile,v 1.3 2014/11/14 16:21:12 uebayasi Exp $ 2 3.include <bsd.own.mk> 4 5TESTSDIR= ${TESTSBASE}/usr.bin/ld 6 7TESTS_SH= t_orphan \ 8 t_script \ 9 t_section 10 11.include <bsd.test.mk> 12