diff options
Diffstat (limited to 'libexec/ld.elf_so/helper_symver_dso2/Makefile')
-rw-r--r-- | libexec/ld.elf_so/helper_symver_dso2/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libexec/ld.elf_so/helper_symver_dso2/Makefile b/libexec/ld.elf_so/helper_symver_dso2/Makefile new file mode 100644 index 000000000000..512075229198 --- /dev/null +++ b/libexec/ld.elf_so/helper_symver_dso2/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.3 2014/02/14 20:33:32 joerg Exp $ + +.include <bsd.own.mk> + +LIB= h_helper_symver_dso +SRCS= h_helper_symver_dso2.c + +LIBDIR= ${TESTSBASE}/libexec/ld.elf_so/h_helper_symver_dso2 +SHLIBDIR= ${TESTSBASE}/libexec/ld.elf_so/h_helper_symver_dso2 +SHLIB_MAJOR= 1 + +MKSTATICLIB= no +MKPROFILE= no +MKPICINSTALL= no +MKLINT= no + +NOMAN= # defined + +FILESDIR= ${TESTSBASE}/libexec/ld.elf_so/h_helper_symver_dso2 + +LDFLAGS.lib${LIB} += -Wl,--version-script=${.CURDIR}/h_helper_symver_dso2.map + +.include <bsd.lib.mk> |