]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libssp_nonshared/Makefile
Add 'sys/contrib/device-tree/' from commit '5ee353c36d3c9c7f63df7c7671875e73fba70958'
[FreeBSD/FreeBSD.git] / lib / libssp_nonshared / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        clibs
4 LIB=            ssp_nonshared
5 NO_PIC=
6 MK_PROFILE=     no
7
8 SRCS=           libssp_nonshared.c
9 CFLAGS+=        -fPIC
10
11 .include <bsd.lib.mk>