diff options
Diffstat (limited to 'Makefile.skel')
-rw-r--r-- | Makefile.skel | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile.skel b/Makefile.skel deleted file mode 100644 index f544190..0000000 --- a/Makefile.skel +++ /dev/null @@ -1,18 +0,0 @@ -# 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 $(MAN1DIR)/ - |