# Makefile for busybox## Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>## Licensed under GPLv2 or later, see file LICENSE in this tarball for details.#ifndef top_srcdir#top_srcdir=../..#endif#ifndef top_builddir#top_builddir=../..#endifsrcdir=$(top_srcdir)/networking/udhcpUDHCP_DIR:=./include $(top_srcdir)/Rules.makinclude $(top_builddir)/.configinclude Makefile.inall: $(libraries-y)-include $(top_builddir)/.dependclean: rm -f *.o *.a $(AR_TARGET)