diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 66140f6ce33..b4bda6c16ef 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4877 2004/02/17 03:12:16 minskim Exp $ +$NetBSD: CHANGES,v 1.4878 2004/02/17 04:30:17 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -888,3 +888,4 @@ Changes to the packages collection and infrastructure in 2004: Added p5-User-Identity-0.07 [minskim 2004-02-17] Added p5-MIME-Types-1.12 [minskim 2004-02-17] Added p5-Object-Realize-Later-0.15 [minskim 2004-02-17] + Added p5-Net-IP-1.20 [minskim 2004-02-17] diff --git a/net/Makefile b/net/Makefile index caa30b89555..e7ae2f28d17 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.438 2004/02/15 01:19:17 kristerw Exp $ +# $NetBSD: Makefile,v 1.439 2004/02/17 04:30:17 minskim Exp $ # COMMENT= Networking tools @@ -193,6 +193,7 @@ SUBDIR+= p5-Net-Bind SUBDIR+= p5-Net-DNS SUBDIR+= p5-Net-Daemon SUBDIR+= p5-Net-Gnats +SUBDIR+= p5-Net-IP SUBDIR+= p5-Net-IRC SUBDIR+= p5-Net-Jabber SUBDIR+= p5-Net-SNMP |