freebsd-dev/lib/libpfctl/Makefile
Kristof Provost 0d71f9f36e pfctl: Move ioctl abstraction functions into libpfctl
Introduce a library to wrap the pf ioctl interface.

MFC after:	4 weeks
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D29562
2021-04-10 11:16:02 +02:00

13 lines
136 B
Makefile

# $FreeBSD$
PACKAGE= lib${LIB}
LIB= pfctl
INTERNALLIB= true
SRCS= libpfctl.c
INCS= libpfctl.h
CFLAGS+= -fPIC
.include <bsd.lib.mk>