diff options
Diffstat (limited to 'net/ipaudit/files/patch-Makefile')
-rw-r--r-- | net/ipaudit/files/patch-Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/ipaudit/files/patch-Makefile b/net/ipaudit/files/patch-Makefile new file mode 100644 index 000000000000..3e4aa81735ce --- /dev/null +++ b/net/ipaudit/files/patch-Makefile @@ -0,0 +1,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 |