blob: 07cfdfaa6e54a3caa579d1ecb395a20e63a40326 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2021-04-19 10:09:35 UTC
+++ Makefile
@@ -2,7 +2,8 @@
PACKAGE= lib${LIB}
LIB= pfctl
-INTERNALLIB= true
+SHLIB_MAJOR= 0
+LIBADD+= nv
SRCS= libpfctl.c
INCS= libpfctl.h
|