Browse Source

tpws: FreeBSD pf-enabled version

pull/98/head
bol-van 3 years ago
parent
commit
2e582667c5
  1. 3
      tpws/BSDmakefile

3
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

Loading…
Cancel
Save