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