diff options
author | Francis Dupont <fdupont@isc.org> | 2016-09-28 16:36:21 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2016-09-28 16:36:21 +0200 |
commit | e94e7f2380bc96bfe237b347e97aa85d0722bf61 (patch) | |
tree | 63edcb41af41e78b3199161cd9724662ee511a04 /util | |
parent | b13b616bb7a1e71e330abbd52e61efd0b98bcd8f (diff) | |
download | isc-dhcp-e94e7f2380bc96bfe237b347e97aa85d0722bf61.tar.gz |
Finished rebased
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.bind.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile.bind.in b/util/Makefile.bind.in index 95880347..7e127e18 100644 --- a/util/Makefile.bind.in +++ b/util/Makefile.bind.in @@ -15,8 +15,8 @@ # Configure and build the bind libraries for use by DHCP -binddir=@BINDBIND@ -bindsrcdir=@BINDBUILD@ +binddir=@BINDDIR@ +bindsrcdir=@BINDSRCDIR@ bindconfig = --without-openssl --without-libxml2 \ --without-gssapi --disable-threads \ |