diff options
Diffstat (limited to 'networking/udhcp')
-rw-r--r-- | networking/udhcp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/networking/udhcp/Makefile b/networking/udhcp/Makefile index 3d32db50a..7c027edc0 100644 --- a/networking/udhcp/Makefile +++ b/networking/udhcp/Makefile | |||
@@ -17,8 +17,12 @@ | |||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 | # | 18 | # |
19 | 19 | ||
20 | ifndef top_srcdir | ||
20 | top_srcdir=../.. | 21 | top_srcdir=../.. |
22 | endif | ||
23 | ifndef top_builddir | ||
21 | top_builddir=../.. | 24 | top_builddir=../.. |
25 | endif | ||
22 | srcdir=$(top_srcdir)/networking/udhcp | 26 | srcdir=$(top_srcdir)/networking/udhcp |
23 | UDHCP_DIR:=./ | 27 | UDHCP_DIR:=./ |
24 | include $(top_builddir)/Rules.mak | 28 | include $(top_builddir)/Rules.mak |