diff options
author | wiz <wiz> | 2002-08-01 15:54:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-08-01 15:54:42 +0000 |
commit | 269ff69455107a6c0cd1475fb6e67b8480c58e5e (patch) | |
tree | e65ef89e41ff030381c22aa45c468d8f6f228240 /wm | |
parent | cc55569cf68e04de4e8db3f13b86cbd0f2f9654f (diff) | |
download | pkgsrc-269ff69455107a6c0cd1475fb6e67b8480c58e5e.tar.gz |
Add and enable matchbox.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/Makefile b/wm/Makefile index 9273eda0eb3..0a047e5a0d4 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2002/06/21 15:10:37 agc Exp $ +# $NetBSD: Makefile,v 1.29 2002/08/01 15:54:42 wiz Exp $ # COMMENT= window managers (for X) @@ -27,6 +27,7 @@ SUBDIR+= icewm-gnome SUBDIR+= icewmconf SUBDIR+= ion SUBDIR+= lwm +SUBDIR+= matchbox SUBDIR+= metacity SUBDIR+= olvwm SUBDIR+= pwm |