]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/stress
Core Update 165: Ship vpnmain.cgi
[people/pmueller/ipfire-2.x.git] / lfs / stress
index 19501d25aa235510fc49858acc207038a6c04628..5c41bb10effc769d02ef725cca725be0af7f4316 100644 (file)
@@ -9,6 +9,8 @@
 
 include Config
 
+SUMMARY    = Tool to load and stress a computer
+
 VER        = 1.0.4
 
 THISAPP    = stress-$(VER)
@@ -19,7 +21,9 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = stress
 PAK_VER    = 1
 
-DEPS       = ""
+DEPS       =
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -39,7 +43,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################