diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-23 08:49:01 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-23 08:49:01 +0000 |
commit | 5d51b1f44e5ce2542c57165bf3cede911a8668a5 (patch) | |
tree | 441bb072df018a61e9a43c86e235c71dbaf275d6 /net/ipaudit/files/patch-Makefile | |
parent | Add metis-edf 3, meshes partionning tool used by Code_Aster. (diff) |
Port added with slight modification
PR: 54510
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Approved by: fjoe (mentor) (implicit)
Notes
Notes:
svn path=/head/; revision=85423
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 |