From 478ecb218807fe31fa270a7e1db32abacde37bab Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Wed, 8 Mar 2006 20:59:18 +0000 Subject: Update Makefiles to install genpkgindex svn path=/; revision=285 --- trunk/src/genpkgindex/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 trunk/src/genpkgindex/Makefile (limited to 'trunk/src') diff --git a/trunk/src/genpkgindex/Makefile b/trunk/src/genpkgindex/Makefile new file mode 100644 index 0000000..3f15231 --- /dev/null +++ b/trunk/src/genpkgindex/Makefile @@ -0,0 +1,18 @@ +# Copyright 2004 Karl Trygve Kalleberg +# Copyright 2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# +# $Header$ + +include ../../makedefs.mak + +all: + echo "ABWONG (AB-wong vb.) To bounce cheerfully on a bed." + +dist: + mkdir -p ../../$(distdir)/src/genpkgindex + cp Makefile genpkgindex ../../$(distdir)/src/genpkgindex/ + +install: + install -d $(DESTDIR)/usr/lib/gentoolkit/bin/ + install -m 0755 genpkgindex $(DESTDIR)/usr/lib/gentoolkit/bin/ -- cgit v1.2.3