mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
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
12 lines
136 B
Makefile
12 lines
136 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= lib${LIB}
|
|
LIB= pfctl
|
|
INTERNALLIB= true
|
|
|
|
SRCS= libpfctl.c
|
|
INCS= libpfctl.h
|
|
|
|
CFLAGS+= -fPIC
|
|
|
|
.include <bsd.lib.mk>
|