mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
12 lines
128 B
Makefile
12 lines
128 B
Makefile
|
|
PACKAGE= lib${LIB}
|
|
LIB= pfctl
|
|
INTERNALLIB= true
|
|
|
|
SRCS= libpfctl.c
|
|
INCS= libpfctl.h
|
|
|
|
CFLAGS+=${PICFLAG}
|
|
|
|
.include <bsd.lib.mk>
|