diff options
-rw-r--r-- | chat/Makefile | 5 | ||||
-rw-r--r-- | doc/CHANGES | 6 | ||||
-rw-r--r-- | net/Makefile | 3 |
3 files changed, 11 insertions, 3 deletions
diff --git a/chat/Makefile b/chat/Makefile index dd33ab11e90..d5de729e2cb 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2002/12/19 12:16:17 grant Exp $ +# $NetBSD: Makefile,v 1.62 2002/12/30 18:05:11 sommerfeld Exp $ # COMMENT= communication programs @@ -62,6 +62,7 @@ SUBDIR+= tirc SUBDIR+= tkicb SUBDIR+= tkirc SUBDIR+= tkirc2 +SUBDIR+= tzc SUBDIR+= vicq SUBDIR+= xaric SUBDIR+= xchat @@ -70,6 +71,8 @@ SUBDIR+= ymessenger SUBDIR+= ysm SUBDIR+= zenicb SUBDIR+= zenirc +SUBDIR+= zephyr-current +SUBDIR+= zephyr-mode SUBDIR+= zircon .include "../mk/bsd.pkg.subdir.mk" diff --git a/doc/CHANGES b/doc/CHANGES index 3cd4ff07f28..22c3cf212ec 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.945 2002/12/30 00:12:17 kristerw Exp $ +$NetBSD: CHANGES,v 1.946 2002/12/30 18:05:11 sommerfeld Exp $ Changes to the packages collection and infrastructure in 2002: @@ -4312,3 +4312,7 @@ Changes to the packages collection and infrastructure in 2002: Updated sylpheed to 0.8.8 [chris 2002-12-29] Updated sylpheed-claws to 0.8.8 [chris 2002-12-29] Updated manedit to 0.5.6 [kristerw 2002-12-30] + Added libares-1.1.1 [sommerfeld 2002-12-30] + Added zephyr-20010518 [sommerfeld 2002-12-30] + Added tzc-2.6.15 [sommerfeld 2002-12-30] + Added zephyr-mode-2.5.20 [sommerfeld 2002-12-30] diff --git a/net/Makefile b/net/Makefile index 0aac5454ada..7548dcf9a77 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.346 2002/12/29 04:38:42 hubertf Exp $ +# $NetBSD: Makefile,v 1.347 2002/12/30 18:05:10 sommerfeld Exp $ # COMMENT= Networking tools @@ -109,6 +109,7 @@ SUBDIR+= lambdamoo-doc SUBDIR+= latd SUBDIR+= lftp SUBDIR+= libIDL +SUBDIR+= libares SUBDIR+= libnids SUBDIR+= libpcap SUBDIR+= libsscript |