summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-07-01 18:38:17 +0000
committerTed Lemon <source@isc.org>1999-07-01 18:38:17 +0000
commit4ecd0678797521f2afcd1c2ca64e86d46e1ca9a1 (patch)
tree306ff0ee9394362e32c9570297ea0cc410511051 /client
parent94030f7d7ebc21711867d15a8536368d45cf8611 (diff)
downloadisc-dhcp-4ecd0678797521f2afcd1c2ca64e86d46e1ca9a1.tar.gz
Get BIND includes from site.conf if needed.
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile.dist b/client/Makefile.dist
index 79ea53fe..885a106d 100644
--- a/client/Makefile.dist
+++ b/client/Makefile.dist
@@ -27,7 +27,7 @@ PROG = dhclient
MAN = dhclient.8 dhclient.conf.5 dhclient-script.8 dhclient.leases.5
DEBUG = -g
-INCLUDES = -I.. -I../includes
+INCLUDES = -I.. $(BINDINC) -I../includes
DHCPLIB = ../common/libdhcp.a
CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)