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