]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libpfctl/Makefile
sqlite3: Vendor import of sqlite3 3.42.0
[FreeBSD/FreeBSD.git] / lib / libpfctl / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        lib${LIB}
4 LIB=            pfctl
5 INTERNALLIB=    true
6
7 SRCS=   libpfctl.c
8 INCS=   libpfctl.h
9
10 CFLAGS+=${PICFLAG}
11
12 .include <bsd.lib.mk>