1 1.1 riastrad # $NetBSD: helper.mk,v 1.1 2023/07/05 22:42:46 riastradh Exp $ 2 1.1 riastrad 3 1.1 riastrad # Makefile fragment for building a helper library used by ld.elf_so 4 1.1 riastrad # tests. All we need to install is lib${LIB}.so and lib${LIB}.so.1. 5 1.1 riastrad # No man page, no lint library, no static libraries of any sort. 6 1.1 riastrad 7 1.1 riastrad LIBDIR?= ${TESTSBASE}/libexec/ld.elf_so 8 1.1 riastrad SHLIBDIR?= ${TESTSBASE}/libexec/ld.elf_so 9 1.1 riastrad SHLIB_MAJOR?= 1 10 1.1 riastrad 11 1.1 riastrad NODEBUGLIB= # defined 12 1.1 riastrad NOLINT= # defined 13 1.1 riastrad NOMAN= # defined 14 1.1 riastrad NOPICINSTALL= # defined 15 1.1 riastrad NOPROFILE= # defined 16 1.1 riastrad NOSTATICLIB= # defined 17 1.1 riastrad 18 1.1 riastrad .include <bsd.lib.mk> 19