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/p0f/files/patch-FreeBSD | |
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/p0f/files/patch-FreeBSD')
-rw-r--r-- | net/p0f/files/patch-FreeBSD | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/p0f/files/patch-FreeBSD b/net/p0f/files/patch-FreeBSD deleted file mode 100644 index 0de9b2359258..000000000000 --- a/net/p0f/files/patch-FreeBSD +++ /dev/null @@ -1,16 +0,0 @@ -$FreeBSD$ - ---- mk/FreeBSD.orig Sat Aug 30 15:41:17 2003 -+++ mk/FreeBSD Mon Sep 8 03:58:17 2003 -@@ -7,10 +7,9 @@ - # (C) Copyright 2000-2003 by Michal Zalewski <lcamtuf@coredump.cx> - # - --CC = gcc -+CC? = gcc - LIBS = -lpcap -I/usr/include/pcap -I/usr/local/include/pcap - STRIP = strip --CFLAGS = -O3 -Wall -fomit-frame-pointer -funroll-loops - FILE = p0f - - all: $(FILE) strip |