summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-03-25 03:13:57 +0000
committermdodd <mdodd@FreeBSD.org>2003-03-25 03:13:57 +0000
commit27882ca9633faff94cb1cce521aa9fc9db805339 (patch)
tree301b555d3e12cfd545c3b19e4b8ef6f354fec075 /sbin/dhclient
parent1718e1586d9a5da0eaa24c4e68274313dd96d81b (diff)
downloadFreeBSD-src-27882ca9633faff94cb1cce521aa9fc9db805339.zip
FreeBSD-src-27882ca9633faff94cb1cce521aa9fc9db805339.tar.gz
Building crunched things by hand (regenerating boot floppies for example)
without a full make release cycle fails as the correct include path isn't setup.
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile
index a59f73b..d280ef7 100644
--- a/sbin/dhclient/Makefile
+++ b/sbin/dhclient/Makefile
@@ -10,6 +10,8 @@ SUBDIR= common dst minires omapip client
.ifdef(RELEASE_CRUNCH)
+CFLAGS+=-I../../contrib/isc-dhcp/includes
+
# client
OBJS= client/clparse.o client/dhclient.o
OpenPOWER on IntegriCloud