From 1d47574e41fbbe58929ecd16506bacbcc07e5f62 Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Mon, 12 Apr 2004 15:27:30 +0000 Subject: [PATCH] added perl-IO-Stty --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29b3c82c..0f5452a4 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.13 2004/04/12 14:34:48 mlh-pl_rpm Exp $ +# $Id: Makefile,v 1.14 2004/04/12 14:52:05 alk-pl_rpm Exp $ # # Default target @@ -232,6 +232,17 @@ BWLimit-MODULE := BWLimit BWLimit-SPEC := BWLimit/BWLimit.spec ALL += BWLimit +# +# perl-IO-Stty +# + +perl-IO-Stty-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +perl-IO-Stty-INITIAL := PERL-IO-STTY_0_2 +perl-IO-Stty-TAG := HEAD +perl-IO-Stty-MODULE := perl-IO-Stty +perl-IO-Stty-SPEC := perl-IO-Stty/perl-IO-Stty.spec +ALL += perl-IO-Stty + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0