From f5ad9dafe67346182ce7166186c9d7576dc925c4 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 3 Jun 2004 18:23:43 +0000 Subject: [PATCH] - add net-tools to build --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afd91a11..6746aeaf 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.31 2004/05/18 17:45:09 alk-pl_rpm Exp $ +# $Id: Makefile,v 1.32 2004/05/19 12:35:11 alk-pl_rpm Exp $ # # Default target @@ -423,6 +423,17 @@ traceroute-MODULE := traceroute traceroute-SPEC := traceroute/traceroute.spec ALL += traceroute +# +# net-tools +# + +net-tools-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +net-tools-INITIAL := net-tools-1_60 +net-tools-TAG := HEAD +net-tools-MODULE := net-tools +net-tools-SPEC := net-tools/RPM/net-tools.spec +ALL += net-tools + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0