diff options
author | agc <agc@pkgsrc.org> | 2005-04-15 12:43:30 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-04-15 12:43:30 +0000 |
commit | a46f788bf7eebe38d965d1b0b404aad831be68dc (patch) | |
tree | 2773d62bd95be9228186d280ea3d4b5bf574b07c /wm | |
parent | 9ab915bc59c4d84f6f18df1941815c3232cbd701 (diff) | |
download | pkgsrc-a46f788bf7eebe38d965d1b0b404aad831be68dc.tar.gz |
Add and enable selectwm
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 a62f6eeb8a9..122e7bcd81d 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2005/03/07 16:50:20 agc Exp $ +# $NetBSD: Makefile,v 1.72 2005/04/15 12:43:30 agc Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -54,6 +54,7 @@ SUBDIR+= ratpoison SUBDIR+= sawfish SUBDIR+= sawfish-replibs SUBDIR+= sawfish-themes +SUBDIR+= selectwm SUBDIR+= skippy SUBDIR+= tvtwm SUBDIR+= uwm |