diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | wm/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index c759b4e40d3..fd642457a2e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11840 2005/11/05 21:28:58 joerg Exp $ +$NetBSD: CHANGES,v 1.11841 2005/11/06 00:44:29 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -5090,3 +5090,4 @@ Changes to the packages collection and infrastructure in 2005: Updated graphics/libungif to 4.1.3nb3 [adrianp 2005-11-05] Updated lang/ruby-doc-stdlib to 0.10.1 [minskim 2005-11-05] Updated net/nsd to 2.2.0nb1 [joerg 2005-11-05] + Added wm/vtwm version 5.4.7 [minskim 2005-11-06] diff --git a/wm/Makefile b/wm/Makefile index aa026f0a2ef..a98fa6c7f3d 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2005/10/23 20:40:36 minskim Exp $ +# $NetBSD: Makefile,v 1.78 2005/11/06 00:44:29 minskim Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -60,6 +60,7 @@ SUBDIR+= selectwm SUBDIR+= skippy SUBDIR+= tvtwm SUBDIR+= uwm +SUBDIR+= vtwm SUBDIR+= w9wm SUBDIR+= waimea SUBDIR+= wampager |