summaryrefslogtreecommitdiff
path: root/usr.bin/ld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ld/Makefile')
-rw-r--r--usr.bin/ld/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/ld/Makefile b/usr.bin/ld/Makefile
new file mode 100644
index 000000000000..149c810c7699
--- /dev/null
+++ b/usr.bin/ld/Makefile
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.4 2014/11/15 03:23:11 uebayasi Exp $
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/usr.bin/ld
+
+TESTS_SH= t_script \
+ t_section
+
+.include <bsd.test.mk>