aboutsummaryrefslogtreecommitdiff
path: root/libbb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/Makefile')
-rw-r--r--libbb/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/libbb/Makefile b/libbb/Makefile
deleted file mode 100644
index 336398641..000000000
--- a/libbb/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
1# Makefile for busybox
2#
3# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4#
5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6
7ifndef top_srcdir
8top_srcdir=..
9endif
10ifndef top_builddir
11top_builddir=..
12endif
13srcdir=$(top_srcdir)/libbb
14LIBBB_DIR:=./
15
16# Ensure "all" is still the default target when make is run by itself in
17# libbb, even if the files we include define rules for targets.
18
19all:
20
21include $(top_srcdir)/Rules.mak
22include $(top_builddir)/.config
23include Makefile.in
24all: $(libraries-y)
25-include $(top_builddir)/.depend
26
27clean:
28 rm -f *.o *.a $(AR_TARGET)
29