aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/Makefile')
-rw-r--r--networking/udhcp/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/networking/udhcp/Makefile b/networking/udhcp/Makefile
deleted file mode 100644
index 23131f8f0..000000000
--- a/networking/udhcp/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
1# Makefile for busybox
2#
3# Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
4#
5# Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
6
7#ifndef top_srcdir
8#top_srcdir=../..
9#endif
10#ifndef top_builddir
11#top_builddir=../..
12#endif
13srcdir=$(top_srcdir)/networking/udhcp
14UDHCP_DIR:=./
15include $(top_srcdir)/Rules.mak
16include $(top_builddir)/.config
17include Makefile.in
18all: $(libraries-y)
19-include $(top_builddir)/.depend
20
21clean:
22 rm -f *.o *.a $(AR_TARGET)
23