diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/flow-extract/files/patch-Makefile | |
parent | BROKEN on !i386: Does not compile (diff) |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Diffstat (limited to 'net/flow-extract/files/patch-Makefile')
-rw-r--r-- | net/flow-extract/files/patch-Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net/flow-extract/files/patch-Makefile b/net/flow-extract/files/patch-Makefile deleted file mode 100644 index 66d25454ca67..000000000000 --- a/net/flow-extract/files/patch-Makefile +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.original Fri Mar 14 13:20:42 2003 -+++ Makefile Fri Mar 14 13:21:33 2003 -@@ -10,10 +10,9 @@ - # - # For SunOS 5, use LIBS=-lsocket -lnsl - # --CC=gcc --FLAGS=-ggdb3 -gstabs --LIBS=-L/opt/lib -R/opt/lib /opt/lib/libft.a -lsocket -lnsl -lz --INCLUDES=-I/opt/include -+CC ?= cc -+LIBS = -L%%PREFIX%%/lib -lft -lz -+INCLUDES = -I%%PREFIX%%/include - # - # For Linux - # -@@ -30,7 +29,7 @@ - - #CC = cc - LIB=$(LIBS) --CFLAGS=-O $(FLAGS) $(INCLUDES) -+CFLAGS+=$(INCLUDES) - - all: flow-extract - |