]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Get BIND includes from site.conf if needed.
authorTed Lemon <source@isc.org>
Thu, 1 Jul 1999 18:38:17 +0000 (18:38 +0000)
committerTed Lemon <source@isc.org>
Thu, 1 Jul 1999 18:38:17 +0000 (18:38 +0000)
client/Makefile.dist

index 79ea53fe93f1d83d563e7de682b089503a0573d6..885a106df282779335bf8dae233d5becdb258f67 100644 (file)
@@ -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)