From: Ted Lemon Date: Tue, 20 Jun 2000 19:43:12 +0000 (+0000) Subject: Add mkdep variable. Always build DDNS. X-Git-Tag: V3-BETA-2-PATCH-1~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a69a2e68218c54719d07c0ce57cf86d56ca062d7;p=thirdparty%2Fdhcp.git Add mkdep variable. Always build DDNS. --- diff --git a/Makefile.conf b/Makefile.conf index 838b0317b..90c099581 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -40,17 +40,11 @@ INCDIR=/usr/local/include LIBS = COPTS = $(BINDDEF) RANLIB = ranlib +MKDEP = mkdep -BINDLIBDEF = ../minires/libres.a -BINDINCDEF = - -## Dynamic DNS update support -##--nsupdate-- -#BINDLIB = $(BINDLIBDEF) -#BINDINC = $(BINDINCDEF) -#BINDDEF = -DNSUPDATE -#MINIRES = minires -##--nsupdate-- +BINDLIB = ../minires/libres.a +BINDINC = +MINIRES = minires # Major version number (if applicable) ##--majver--