From f9ba39e985408bbedc562eaf3e5d52d3b1c84e1f Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 25 Jun 2005 11:03:06 +0000 Subject: [PATCH] Install the dhcp-options.5 manpage. Timeout from: brooks Approved by: re (blanket manpages) --- sbin/dhclient/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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