1*433d6423SLionel Sambuc.include <bsd.own.mk> 2*433d6423SLionel Sambuc 3*433d6423SLionel SambucUSE_SHLIBDIR= yes 4*433d6423SLionel Sambuc 5*433d6423SLionel SambucLIB= gcc_s 6*433d6423SLionel Sambuc 7*433d6423SLionel SambucLDFLAGS+= -nodefaultlibs 8*433d6423SLionel SambucLDFLAGS+= -Wl,--version-script=${.CURDIR}/libgcc_s_empty.map 9*433d6423SLionel Sambuc 10*433d6423SLionel SambucSRCS+= empty.c 11*433d6423SLionel Sambuc 12*433d6423SLionel Sambuc.include <bsd.lib.mk> 13*433d6423SLionel Sambuc.include <bsd.subdir.mk> 14