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