xref: /minix3/minix/lib/libgcc_s_empty/Makefile (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
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