aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/old-scripts/Makefile')
-rw-r--r--trunk/src/old-scripts/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/trunk/src/old-scripts/Makefile b/trunk/src/old-scripts/Makefile
deleted file mode 100644
index 8f61cb5..0000000
--- a/trunk/src/old-scripts/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2004 Karl Trygve Kalleberg <karltk@gentoo.org>
-# Copyright 2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-#
-# $Header$
-
-include ../../makedefs.mak
-
-all:
- echo "BOTOLPHS Huge benign tumors which archdeacons and old chemistry teachers affect to wear on the sides of their noses."
-
-dist:
- mkdir -p ../../$(distdir)/src/old-scripts/
- cp Makefile ../../$(distdir)/src/old-scripts/
- cp dep-clean dep-clean.1 ../../$(distdir)/src/old-scripts/
- cp pkg-clean pkg-clean.1 ../../$(distdir)/src/old-scripts/
- cp ewhich ewhich.1 ../../$(distdir)/src/old-scripts/
- cp mkebuild mkebuild.1 ../../$(distdir)/src/old-scripts/
- cp pkg-size pkg-size.1 ../../$(distdir)/src/old-scripts/
-
-install:
- install -m 0755 dep-clean $(bindir)/
- install -m 0755 pkg-clean $(sbindir)/
- install -m 0755 ewhich $(bindir)/
- install -m 0755 mkebuild $(sbindir)/
- install -m 0755 pkg-size $(bindir)/
-
- install -m 0644 dep-clean.1 $(mandir)/
- install -m 0644 pkg-clean.1 $(mandir)/
- install -m 0644 ewhich.1 $(mandir)/
- install -m 0644 mkebuild.1 $(mandir)/
- install -m 0644 pkg-size.1 $(mandir)/