Update workflows and makefiles (1 commits squashed)

This commit is contained in:
Vladimir Dubrovin 2026-03-27 12:56:56 +03:00
parent 8292ec21a7
commit 662603f9d8
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ LDFLAGS += -pthread -fno-strict-aliasing
DCFLAGS = -fPIC
DLFLAGS = -shared
DLSUFFICS = .so
LIBS =
LIBS ?=
LIBSPREFIX = -l
LIBSSUFFIX =
LNOUT = -o
@ -29,7 +29,7 @@ AFTERCLEAN = (find . -type f -name "*.o" -delete && find src/ -type f -name "Mak
TYPECOMMAND = cat
COMPATLIBS =
MAKEFILE = Makefile.FreeBSD
PLUGINS = StringsPlugin TrafficPlugin PCREPlugin PamAuth TransparentPlugin
PLUGINS ?= StringsPlugin TrafficPlugin PCREPlugin PamAuth TransparentPlugin
include Makefile.inc