mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install the dhcp-options.5 manpage.
Timeout from: brooks Approved by: re (blanket manpages)
This commit is contained in:
parent
05c89c23e9
commit
f9ba39e985
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue