aboutsummaryrefslogtreecommitdiff
path: root/security/firewalk/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-09 01:25:02 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-09 01:25:02 +0000
commitf9237f9c097caca8f48865a472ddd920bb113a58 (patch)
tree203f63b0dcec85fefb363fe8fa6d0cf7026e5d3a /security/firewalk/files
parent408f755520560fa225f95fffd7aeae051d505a8f (diff)
Notes
Diffstat (limited to 'security/firewalk/files')
-rw-r--r--security/firewalk/files/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/firewalk/files/patch-aa b/security/firewalk/files/patch-aa
new file mode 100644
index 000000000000..d0cab225a9a1
--- /dev/null
+++ b/security/firewalk/files/patch-aa
@@ -0,0 +1,21 @@
+*** Makefile.in- Sun May 9 23:48:29 1999
+--- Makefile.in Sun May 9 23:49:07 1999
+***************
+*** 12,19 ****
+ INSTALL = ./install-sh
+ DEFINES += @DEFS@
+ CFLAGS = @CFLAGS@
+! CPPFLAGS = @CPPFLAGS@
+! LIBS = -lnet -lpcap @FW_GTK_CONFIG@
+ OBJECTS = main.o firewalk.o watcher.o p_cap.o signal.o \
+ packet.o udptcpwalk.o port_list.o util.o @FW_GTK_OBJS@
+
+--- 12,19 ----
+ INSTALL = ./install-sh
+ DEFINES += @DEFS@
+ CFLAGS = @CFLAGS@
+! CPPFLAGS = -I/usr/local/include @CPPFLAGS@
+! LIBS = -L/usr/local/lib -lnet -lpcap @FW_GTK_CONFIG@
+ OBJECTS = main.o firewalk.o watcher.o p_cap.o signal.o \
+ packet.o udptcpwalk.o port_list.o util.o @FW_GTK_OBJS@
+