8403170b3d
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")
13 lines
140 B
Makefile
13 lines
140 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= lib${LIB}
|
|
LIB= pfctl
|
|
INTERNALLIB= true
|
|
|
|
SRCS= libpfctl.c
|
|
INCS= libpfctl.h
|
|
|
|
CFLAGS+=${PICFLAG}
|
|
|
|
.include <bsd.lib.mk>
|