aboutsummaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
new file mode 100644
index 000000000000..5a046dcaba89
--- /dev/null
+++ b/libexec/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.4 2014/06/10 04:28:39 he Exp $
+#
+.include "Makefile.inc"
+.include <bsd.own.mk>
+
+.if ${MACHINE_ARCH} != "m68000"
+TESTS_SUBDIRS= ld.elf_so
+.endif
+
+TESTSDIR= ${TESTSBASE}/libexec
+
+.include <bsd.test.mk>