aboutsummaryrefslogtreecommitdiff
blob: aa03f75dd280467d6dd907eb75bf1e2913aa97aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

include ../../makedefs.mak

.PHONY: all

all:

dist:
	mkdir -p ../../$(distdir)/src/<TOOL>/
	cp Makefile <TOOL> <TOOL>.1 ../../$(distdir)/src/<TOOL>/

install: all
	install -m 0755 <TOOL> $(bindir)/
	install -m 0644 <TOOL>.1 $(mandir)/