From a47e79711b5e9bd19e66751e3abfda2b2cf6444c Mon Sep 17 00:00:00 2001 From: "Matthew N. Dodd" Date: Tue, 25 Mar 2003 03:13:57 +0000 Subject: [PATCH] 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. --- sbin/dhclient/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index a59f73bbcdd..d280ef71a8d 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