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 f326763e2cb..9b414496a37 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5972 2004/05/16 02:08:57 xtraeme Exp $ +$NetBSD: CHANGES,v 1.5973 2004/05/16 02:21:20 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2575,3 +2575,4 @@ Changes to the packages collection and infrastructure in 2004: Added advancecomp-1.10 [xtraeme 2004-05-16] Added faac-1.24 [xtraeme 2004-05-16] Added dirac-0.2.0 [xtraeme 2004-05-16] + Added wmi-7 [xtraeme 2004-05-16] diff --git a/wm/Makefile b/wm/Makefile index 41440a58ffc..1cd16cd31a5 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2004/02/23 13:42:41 cube Exp $ +# $NetBSD: Makefile,v 1.62 2004/05/16 02:21:20 xtraeme Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -63,6 +63,7 @@ SUBDIR+= wm2 SUBDIR+= wmakerconf SUBDIR+= wmctrl SUBDIR+= wmextra +SUBDIR+= wmi SUBDIR+= wmthemes SUBDIR+= wmx SUBDIR+= wmx-gnome |