mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
Use ${PICFLAG} rather than hard-adding -fPIC, which removes the
requirement for libnv to be built PIC.
MFC after: 4 weeks
Sponsored by: Rubicon Communications, LLC ("Netgate")
12 lines
140 B
Makefile
12 lines
140 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= lib${LIB}
|
|
LIB= pfctl
|
|
INTERNALLIB= true
|
|
|
|
SRCS= libpfctl.c
|
|
INCS= libpfctl.h
|
|
|
|
CFLAGS+=${PICFLAG}
|
|
|
|
.include <bsd.lib.mk>
|