tpws: FreeBSD pf-enabled version

This commit is contained in:
bol-van 2022-01-23 14:45:39 +03:00
parent 3d0feaf738
commit 2e582667c5

View File

@ -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