diff options
-rw-r--r-- | doc/CHANGES-2008 | 6 | ||||
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | net/Makefile | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index 9e7cb29d856..9ae5649cd2a 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.274 2008/02/13 19:46:37 kefren Exp $ +$NetBSD: CHANGES-2008,v 1.275 2008/02/13 22:18:21 adrianp Exp $ Changes to the packages collection and infrastructure in 2008: @@ -478,3 +478,7 @@ Changes to the packages collection and infrastructure in 2008: Added devel/mono-addins version 0.3 [kefren 2008-02-13] Added devel/monodevelop version 0.18.1 [kefren 2008-02-13] Added www/mono-xsp version 1.2.6 [kefren 2008-02-13] + Added net/isc-dhcp4 version 4.0.0 [adrianp 2008-02-13] + Added net/isc-dhclient4 version 4.0.0 [adrianp 2008-02-13] + Added net/isc-dhcpd4 version 4.0.0 [adrianp 2008-02-13] + Added net/isc-dhcrelay4 version 4.0.0 [adrianp 2008-02-13] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.7050 2008/02/12 23:25:53 wiz Exp $ +$NetBSD: TODO,v 1.7051 2008/02/13 22:18:21 adrianp Exp $ Suggested new packages ====================== @@ -539,7 +539,6 @@ Suggested package updates o delegate-9.7.5 o devIL-1.6.7 o devhelp-0.19 - o dhcp-4.0.0 [DHCP6 supported. as dhcp4?] o dhid-5.3 o dictem-0.82 o dinotrace-9.3e diff --git a/net/Makefile b/net/Makefile index 912ff282287..0e2baf75d80 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.698 2008/02/09 20:44:14 jnemeth Exp $ +# $NetBSD: Makefile,v 1.699 2008/02/13 22:09:23 adrianp Exp $ # COMMENT= Networking tools @@ -157,6 +157,10 @@ SUBDIR+= isc-dhclient SUBDIR+= isc-dhcp SUBDIR+= isc-dhcpd SUBDIR+= isc-dhcrelay +SUBDIR+= isc-dhclient4 +SUBDIR+= isc-dhcp4 +SUBDIR+= isc-dhcpd4 +SUBDIR+= isc-dhcrelay4 SUBDIR+= ishell SUBDIR+= isic SUBDIR+= ispman |