freebsd-ports/net-mgmt/ipaudit/files/patch-Makefile
Kirill Ponomarev 5d51b1f44e Port added with slight modification
PR:		54510
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Approved by:	fjoe (mentor) (implicit)
2003-07-23 08:49:01 +00:00

15 lines
288 B
Text

--- 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