From: Sapan Bhatia Date: Wed, 1 Apr 2009 18:03:58 +0000 (+0000) Subject: Added vsys-scripts to the makefiles X-Git-Tag: 4.3-rc1~35 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1d6bd81bddc9b19677f06bf96e2d696292d94f23;p=build.git Added vsys-scripts to the makefiles --- diff --git a/onelab.mk b/onelab.mk index 467b6142..f9f50fb4 100644 --- a/onelab.mk +++ b/onelab.mk @@ -225,6 +225,14 @@ endif IN_BOOTSTRAPFS += vsys ALL += vsys +# +# vsys-scripts +# +vsys-scripts-MODULES := vsys-scripts +vsys-scripts-SPEC := vsys-scripts.spec +IN_BOOTSTRAPFS += vsys-scripts +ALL += vsys-scripts + # # dummynet_image # diff --git a/planetlab.mk b/planetlab.mk index 9d7d93c4..1c2fccd2 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -203,6 +203,14 @@ endif IN_BOOTSTRAPFS += vsys ALL += vsys +# +# vsys-scripts +# +vsys-scripts-MODULES := vsys-scripts +vsys-scripts-SPEC := vsys-scripts.spec +IN_BOOTSTRAPFS += vsys-scripts +ALL += vsys-scripts + # # PLCAPI #