1# $FreeBSD$ 2 3PACKAGE= clibs 4LIB= ssp_nonshared 5NO_PIC= 6MK_PROFILE= no 7 8SRCS= libssp_nonshared.c 9CFLAGS+= -fPIC 10 11.include <bsd.lib.mk> 12