1 1.4 joerg # $NetBSD: Makefile,v 1.4 2010/11/30 18:38:53 joerg Exp $ 2 1.1 joerg 3 1.1 joerg NOMAN= # defined 4 1.1 joerg 5 1.1 joerg .include <bsd.own.mk> 6 1.1 joerg 7 1.4 joerg .include "${.PARSEDIR}/../Makefile.check_stack" 8 1.4 joerg 9 1.1 joerg LIB= h_initfini3_dso 10 1.4 joerg SRCS= h_initfini3_dso.cxx ${SRCS_CHECK_STACK} 11 1.4 joerg CPPFLAGS+= ${CPPFLAGS_CHECK_STACK} 12 1.1 joerg 13 1.1 joerg LIBDIR= ${TESTSBASE}/lib/csu 14 1.1 joerg SHLIBDIR= ${TESTSBASE}/lib/csu 15 1.1 joerg SHLIB_MAJOR= 1 16 1.1 joerg 17 1.3 joerg LIBISMODULE= yes 18 1.1 joerg LIBISCXX= yes 19 1.1 joerg 20 1.4 joerg 21 1.1 joerg .include <bsd.lib.mk> 22