]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libssp_nonshared/Makefile
patch(1): Fix a few mandoc related issues
[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>