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