diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-25 03:13:57 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-25 03:13:57 +0000 |
| commit | a47e79711b5e9bd19e66751e3abfda2b2cf6444c (patch) | |
| tree | 301b555d3e12cfd545c3b19e4b8ef6f354fec075 | |
| parent | 2e34a0f4290eef513a5981d58dfe0d485ebe9a08 (diff) | |
Notes
| -rw-r--r-- | sbin/dhclient/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index a59f73bbcdd38..d280ef71a8d53 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 |
