Install the dhcp-options.5 manpage.

Timeout from:	brooks
Approved by:	re (blanket manpages)
This commit is contained in:
Ruslan Ermilov 2005-06-25 11:03:06 +00:00
parent 05c89c23e9
commit f9ba39e985
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147596

View File

@ -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 <bsd.prog.mk>