aboutsummaryrefslogtreecommitdiff
path: root/lib/libssp_nonshared/Makefile
blob: 44afe12b4b6e96833c90c3e23a20dd9ece2effbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

PACKAGE=	clibs
LIB=		ssp_nonshared
NO_PIC=
MK_PROFILE=	no

SRCS=		libssp_nonshared.c
CFLAGS+=	-fPIC

.include <bsd.lib.mk>