1 2PACKAGE= lib${LIB} 3LIB= pfctl 4INTERNALLIB= true 5 6SRCS= libpfctl.c 7INCS= libpfctl.h 8 9CFLAGS+=${PICFLAG} 10 11.include <bsd.lib.mk> 12