diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | sysutils/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 126458ae57d..b1d82357cab 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.12067 2005/12/01 03:35:44 minskim Exp $ +$NetBSD: CHANGES,v 1.12068 2005/12/01 03:56:01 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -5439,3 +5439,4 @@ Changes to the packages collection and infrastructure in 2005: Updated net/arpwatch to 2.1a13 [bouyer 2005-11-30] Updated archivers/pax to 20051108 [minskim 2005-12-01] Added sysutils/detox version 1.2.0rc1 [minskim 2005-12-01] + Added sysutils/clex version 3.14 [minskim 2005-12-01] diff --git a/sysutils/Makefile b/sysutils/Makefile index 513abdb5425..2582e53fdc8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.323 2005/12/01 03:35:44 minskim Exp $ +# $NetBSD: Makefile,v 1.324 2005/12/01 03:56:01 minskim Exp $ # COMMENT= System utilities @@ -37,6 +37,7 @@ SUBDIR+= cfengine2 SUBDIR+= cfengine2-doc SUBDIR+= checkpassword SUBDIR+= checkpassword-pam +SUBDIR+= clex SUBDIR+= coreutils SUBDIR+= cpogm SUBDIR+= cpuburn |