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