64b3907525
An MSN Messenger event/message sniffer based on the pcap library PR: ports/55262 Submitted by: Nicolas Gieczewski <nick@n0sp4m.nixsoftware.com>
6 lines
178 B
Text
6 lines
178 B
Text
--- Makefile.orig Mon Oct 6 05:09:39 2003
|
|
+++ Makefile Mon Oct 6 05:09:48 2003
|
|
@@ -1,2 +1,2 @@
|
|
all: hear.c
|
|
- gcc -o hear hear.c -lpcap
|
|
+ ${CC} ${CFLAGS} -o hear hear.c -lpcap
|