summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/helper_dso1/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
commit478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (patch)
treeb31430c773d683d336caf956649e9ed3f459369c /libexec/ld.elf_so/helper_dso1/Makefile
Notes
Diffstat (limited to 'libexec/ld.elf_so/helper_dso1/Makefile')
-rw-r--r--libexec/ld.elf_so/helper_dso1/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/libexec/ld.elf_so/helper_dso1/Makefile b/libexec/ld.elf_so/helper_dso1/Makefile
new file mode 100644
index 0000000000000..b7c14073eea4c
--- /dev/null
+++ b/libexec/ld.elf_so/helper_dso1/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2011/03/31 23:34:48 joerg Exp $
+
+.include <bsd.own.mk>
+
+LIB= h_helper_dso1
+SRCS= h_helper_dso1.c
+
+LIBDIR= ${TESTSBASE}/libexec/ld.elf_so
+SHLIBDIR= ${TESTSBASE}/libexec/ld.elf_so
+SHLIB_MAJOR= 1
+
+MKSTATICLIB= no
+MKPROFILE= no
+MKPICINSTALL= no
+MKLINT= no
+
+NOMAN= # defined
+
+.include <bsd.lib.mk>