diff options
author | asami <asami@FreeBSD.org> | 2000-07-05 14:32:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-07-05 14:32:18 +0800 |
commit | 589137b5f1316fb4af1f98b6b974490776f03bca (patch) | |
tree | 70f709a9a91ff6bce9343b120d5dfcd34586c3f7 /net/isc-dhcp3 | |
parent | b1cb5c40d6ababd42764939b649d8d233e27c868 (diff) | |
download | freebsd-ports-gnome-589137b5f1316fb4af1f98b6b974490776f03bca.tar.gz freebsd-ports-gnome-589137b5f1316fb4af1f98b6b974490776f03bca.tar.zst freebsd-ports-gnome-589137b5f1316fb4af1f98b6b974490776f03bca.zip |
Add two manpages.
Submitted by: bento
Diffstat (limited to 'net/isc-dhcp3')
-rw-r--r-- | net/isc-dhcp3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile index 49b0d48583aa..e7f9699407b9 100644 --- a/net/isc-dhcp3/Makefile +++ b/net/isc-dhcp3/Makefile @@ -21,7 +21,8 @@ Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-nsupdate -MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ +MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-contrib.5 \ + dhcp-eval.5 dhcp-options.5 dhcpd.conf.5 \ dhcpd.leases.5 MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 |