From 078eba962ae4b758fd372dd679205630365a2318 Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Mon, 12 Apr 2004 17:08:10 +0000 Subject: [PATCH] added ipod --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14d58f04..326883db 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.15 2004/04/12 15:27:30 alk-pl_rpm Exp $ +# $Id: Makefile,v 1.16 2004/04/12 15:30:14 mlh-pl_rpm Exp $ # # Default target @@ -257,6 +257,17 @@ perl-IO-Stty-MODULE := perl-IO-Stty perl-IO-Stty-SPEC := perl-IO-Stty/perl-IO-Stty.spec ALL += perl-IO-Stty +# +# ipod +# + +ipod-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +ipod-INITIAL := HEAD +ipod-TAG := HEAD +ipod-MODULE := ipod +ipod-SPEC := ipod/ipod.spec +ALL += ipod + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0