diff options
Diffstat (limited to 'net/traff/files/patch-Makefile')
-rw-r--r-- | net/traff/files/patch-Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/traff/files/patch-Makefile b/net/traff/files/patch-Makefile deleted file mode 100644 index 748e8e238343..000000000000 --- a/net/traff/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig Tue Sep 27 19:11:33 2005 -+++ Makefile Tue Sep 27 19:12:24 2005 -@@ -5,13 +5,13 @@ - #LFLAGS= -lcurses - - # Directories --BINDIR = /usr/local/sbin --ETCDIR = /etc -+BINDIR = %%PREFIX%%/sbin -+ETCDIR = %%PREFIX%%/etc - - # fuer i386 auskommentieren --CFLAGS = -g -D_REENTRANT -DwithMYSQL -DwithPGSQL -+#CFLAGS = -g -D_REENTRANT -DwithMYSQL -DwithPGSQL - --LFLAGS = -lpcap -lpthread -lpq -lmysqlclient -+LFLAGS = -lpcap $(EXTRA_LIBS) - - MODULES = traff.o readconfig.o ip_table.o - |