aboutsummaryrefslogtreecommitdiff
path: root/lib/libpfctl/Makefile
blob: d301d7850b445252d49b08068cd59f81e6695ad4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
PACKAGE=	lib${LIB}
LIB=		pfctl
INTERNALLIB=	true

SRCS=	libpfctl.c
INCS=	libpfctl.h

CFLAGS+=${PICFLAG}

.include <bsd.lib.mk>