]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/fake-environ
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / lfs / fake-environ
index 978a90d9bc9c0db1e1250d514d07f9203ca237cf..c4f2c7bd2f2bd4b15dabee249d6d961b53811008 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -36,11 +36,11 @@ TARGET     = $(DIR_INFO)/$(THISAPP)-tools
 
 install : $(TARGET)
 
-check : 
+check :
 
-download : 
+download :
 
-md5 : 
+b2 :
 
 ###############################################################################
 # Installation Details
@@ -52,7 +52,7 @@ $(TARGET) :
        cp -rvf $(DIR_SRC)/src/$(THISAPP) $(DIR_APP)
 
        cd $(DIR_APP) && make install CFLAGS="$(CFLAGS)" \
-               TOOLS_DIR="/tools"
+               TOOLS_DIR="$(TOOLS_DIR)"
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)