diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-30 18:42:33 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-30 18:42:33 +0000 |
commit | 2809465025d7ba98321aafed4dde4c2af0850378 (patch) | |
tree | ad79bda1a53bc72fa660a4aab2581b7fd8a3e382 /net/isc-dhcp3/Makefile | |
parent | d9119d88bd3344d4fe6bee0756639371a51ea999 (diff) |
Notes
Diffstat (limited to 'net/isc-dhcp3/Makefile')
-rw-r--r-- | net/isc-dhcp3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile index bbe831a5ca3d..ac2a7372fd1f 100644 --- a/net/isc-dhcp3/Makefile +++ b/net/isc-dhcp3/Makefile @@ -14,13 +14,11 @@ DISTNAME= dhcp-3.0b2pl5 MAINTAINER= obrien@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/include/bind/res_update.h:${PORTSDIR}/net/bind8 - Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes -CONFIGURE_ARGS= --with-nsupdate +MAN3= dhcpctl.3 omapi.3 MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-contrib.5 \ dhcp-eval.5 dhcp-options.5 dhcpd.conf.5 \ dhcpd.leases.5 |