diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 6c838b814ad4..7e32326ff00a 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -37,6 +37,7 @@ SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \ PROG= dhclient SCRIPTS=dhclient-script -MAN= dhclient.8 dhclient.conf.5 dhclient.leases.5 dhclient-script.8 +MAN= dhclient.8 dhclient.conf.5 dhclient.leases.5 dhcp-options.5 \ + dhclient-script.8 .include