From 219a1b2ee8f4c3c2caf57e79bcb9780e32da7155 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Tue, 22 Apr 2008 08:16:26 +0000 Subject: Overwriting of bb files, apk_create (from old apk-tools), chdir changes, other stuff. --- scripts/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 scripts/Makefile (limited to 'scripts/Makefile') diff --git a/scripts/Makefile b/scripts/Makefile new file mode 100644 index 0000000..817205b --- /dev/null +++ b/scripts/Makefile @@ -0,0 +1,19 @@ +# Makefile - one file to rule them all, one file to bind them +# +# Copyright (C) 2007 Timo Teräs +# All rights reserved. +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License version 3 as published +# by the Free Software Foundation. See http://www.gnu.org/ for details. + +all: + +clean: + +install:: + $(INSTALLDIR) $(DESTDIR)$(SBINDIR) + $(INSTALL) apk_create $(DESTDIR)$(SBINDIR) + $(INSTALLDIR) $(DESTDIR)/lib/apk + $(INSTALL) libutil.sh $(DESTDIR)/lib/apk + -- cgit v1.2.3