aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2008-06-22 15:08:27 -0700
committerNed Ludd <solar@gentoo.org>2008-06-22 15:08:27 -0700
commitb098a46d21d62765722ebb3dd7ccbd9b8dd9d17f (patch)
tree124e5ce9d5ebfbd09050cb9d67e57f3b89499a57 /Makefile
parentdon't need this anymore (diff)
downloadcrossdev-b098a46d21d62765722ebb3dd7ccbd9b8dd9d17f.tar.gz
crossdev-b098a46d21d62765722ebb3dd7ccbd9b8dd9d17f.tar.bz2
crossdev-b098a46d21d62765722ebb3dd7ccbd9b8dd9d17f.zip
cleanup wrappers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..20c9ea3
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+# Copyright 2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+DESTDIR ?= /
+PREFIX ?= /usr
+
+all:
+ @:
+
+install:
+ @mkdir -p $(DESTDIR)/$(PREFIX)/bin/
+ cp crossdev $(DESTDIR)/$(PREFIX)/bin/
+ @cd wrappers ; $(MAKE) DESTDIR=$(DESTDIR) PREFIX=$(PREFIX) install