diff options
author | agc <agc@pkgsrc.org> | 2002-10-28 22:29:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-10-28 22:29:12 +0000 |
commit | e698c2751c26f8df44c309503583a9d141483394 (patch) | |
tree | 02ebf9552ce4614ea7ccf5dc0743b45d29905188 /wm/Makefile | |
parent | bf056dfb7710625ac9f4561b72ab1ad1faf01a77 (diff) | |
download | pkgsrc-e698c2751c26f8df44c309503583a9d141483394.tar.gz |
Add and enable piewm
Diffstat (limited to 'wm/Makefile')
-rw-r--r-- | wm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/Makefile b/wm/Makefile index df7d899d531..479f5c20a13 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/10/07 17:03:54 jschauma Exp $ +# $NetBSD: Makefile,v 1.31 2002/10/28 22:29:12 agc Exp $ # COMMENT= window managers (for X) @@ -30,6 +30,7 @@ SUBDIR+= lwm SUBDIR+= matchbox SUBDIR+= metacity SUBDIR+= olvwm +SUBDIR+= piewm SUBDIR+= pwm SUBDIR+= qvwm SUBDIR+= ratpoison |