]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libssp_nonshared/Makefile
Import atf 0.22 snapshot ca73d08c3fc1ecffc1f1c97458c31ab82c12bb01
[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>