From e4add7611cb0ab157ce58542d31de8ea3486e9db Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Tue, 4 Nov 2008 11:05:55 +0200 Subject: Delete obsolete scripts. They are replaced by abuild now. --- scripts/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 scripts/Makefile (limited to 'scripts/Makefile') diff --git a/scripts/Makefile b/scripts/Makefile deleted file mode 100644 index 817205b..0000000 --- a/scripts/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# 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