blob: 3e4aa81735ce0ebaea917559029b05c9e219fd10 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- Makefile.orig Wed Oct 18 01:38:27 2000
+++ Makefile Tue Jul 15 18:20:49 2003
@@ -8,10 +8,10 @@
BIN=ipaudit ipstrings total pdate
MAKE=make
-CIDIR=-I/usr/include/pcap
+#CIDIR=-I/usr/include/pcap
all:
- $(MAKE) -C src all
+ cd src && $(MAKE) all
clean:
$(MAKE) -C src clean
|