From: Aaron Klingaman Date: Tue, 18 May 2004 17:45:09 +0000 (+0000) Subject: added iputils X-Git-Tag: vserver-netutils-branch-point~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=694e7cdfc7be1452855800ae0be88488b82073df;p=build.git added iputils --- diff --git a/Makefile b/Makefile index 40600ab8..6b5163d6 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.29 2004/04/16 19:26:11 mlh-pl_rpm Exp $ +# $Id: Makefile,v 1.30 2004/04/16 19:36:24 mlh-pl_rpm Exp $ # # Default target @@ -401,6 +401,18 @@ PlanetLabID-MODULE := PlanetLabID PlanetLabID-SPEC := PlanetLabID/PlanetLabID.spec ALL += PlanetLabID +# +# iputils +# + +iputils-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +iputils-INITIAL := HEAD +iputils-TAG := HEAD +iputils-MODULE := iputils +iputils-SPEC := iputils/iputils.spec +ALL += iputils + + ifeq ($(findstring $(package),$(ALL)),) # Build all packages