mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5bb2f84b01
Bugtraq), and updates the GNU autoconf bits to newer versions.
18 lines
629 B
Plaintext
18 lines
629 B
Plaintext
--- Makefile.in.orig Thu Jul 16 09:17:10 1998
|
|
+++ Makefile.in Sun Aug 16 23:20:29 1998
|
|
@@ -10,10 +10,10 @@
|
|
LIBS = @LIBS@
|
|
DEFS = @DEFS@
|
|
OS_OPT = @OS_OPT@
|
|
-OBJ_FLAG = -w -O2 -c
|
|
-OBJ_OPT = -I./libpcap -L./libpcap
|
|
-EXE_FLAG = -w -O2 -o sniffit
|
|
-EXE_OPT = -I./libpcap -L./libpcap -lpcap
|
|
+OBJ_FLAG = $(CFLAGS) -w -c
|
|
+#OBJ_OPT = -I./libpcap -L./libpcap
|
|
+EXE_FLAG = $(CFLAGS) -w -o sniffit
|
|
+EXE_OPT = -lpcap
|
|
EXE_OBJ = sn_packets.o sn_generation.o sn_interface.o sn_cfgfile.o \
|
|
sn_logfile.o sn_resolv.o
|
|
DEP_FILES = sn_config.h ./libpcap/pcap.h sn_data.h sn_defines.h sn_plugins.h \
|