diff options
author | agc <agc@pkgsrc.org> | 2001-04-15 20:39:31 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-04-15 20:39:31 +0000 |
commit | 51616738cc7ac37c66ec5c35ef5970afe43a30ff (patch) | |
tree | 65d51074e1fdc8b988df4b81163d20e368bdb8b5 /wm | |
parent | c1cebc8660870e3f819266c634092ac33c868e19 (diff) | |
download | pkgsrc-51616738cc7ac37c66ec5c35ef5970afe43a30ff.tar.gz |
Add and enable pwm
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 13fed94d18c..0d115759fa2 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/03/20 14:56:03 rh Exp $ +# $NetBSD: Makefile,v 1.11 2001/04/15 20:39:31 agc Exp $ # COMMENT= window managers (for X) @@ -23,6 +23,7 @@ SUBDIR+= icewm SUBDIR+= icewm-gnome SUBDIR+= lwm SUBDIR+= olvwm +SUBDIR+= pwm SUBDIR+= ratpoison SUBDIR+= sawfish SUBDIR+= sawfish-replibs |