aboutsummaryrefslogtreecommitdiff
blob: 8f61cb59397e17728f05a5005baa65c34c4ad34c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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)/