mirror of
https://github.com/opnsense/src.git
synced 2026-06-17 04:29:12 -04:00
These libraries don't install anything, so they shouldn't have a PACKAGE setting. This avoids surprising behaviour in future if e.g. manpages are added to an internal library. Reported by: des Differential Revision: https://reviews.freebsd.org/D51901
9 lines
108 B
Makefile
9 lines
108 B
Makefile
LIB= pfctl
|
|
INTERNALLIB= true
|
|
|
|
SRCS= libpfctl.c
|
|
INCS= libpfctl.h
|
|
|
|
CFLAGS+=${PICFLAG}
|
|
|
|
.include <bsd.lib.mk>
|