From 2e582667c55b61a0a775173ab6303b6e16b8e9a4 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 23 Jan 2022 14:45:39 +0300 Subject: [PATCH] tpws: FreeBSD pf-enabled version --- tpws/BSDmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tpws/BSDmakefile b/tpws/BSDmakefile index cc108cb..373fc4f 100644 --- a/tpws/BSDmakefile +++ b/tpws/BSDmakefile @@ -7,6 +7,7 @@ all: tpws tpws: $(SRC_FILES) $(CC) $(CFLAGS) -Iepoll-shim/include -o $@ $(SRC_FILES) epoll-shim/src/*.c $(LDFLAGS) $(LIBS) + $(CC) $(CFLAGS) -Iepoll-shim/include -o $@_pf $(SRC_FILES) -DUSE_PF epoll-shim/src/*.c $(LDFLAGS) $(LIBS) clean: - rm -f tpws *.o + rm -f tpws tpws_pf *.o