]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libgcc_eh/Makefile
Add UPDATING entries and bump version.
[FreeBSD/FreeBSD.git] / lib / libgcc_eh / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PACKAGE=        clibs
6 LIB=            gcc_eh
7 NO_PIC=
8 MK_SSP=         no
9 WARNS?= 2
10
11 .include "Makefile.inc"
12
13 .if ${.MAKE.LEVEL} > 0
14 # avoid circular dependencies
15 GENDIRDEPS_FILTER+= Nlib/msun
16 CFLAGS+= -I${SRCTOP}/lib/msun/src
17 .endif
18
19 .include <bsd.lib.mk>