diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-27 20:51:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-27 20:51:36 +0000 |
commit | b6ef576793d7e807dda5eb3ffaa68c361ffeabac (patch) | |
tree | 60482fa4bdd818eac6ebca92005cc3d8ce2bde82 /wm/Makefile | |
parent | 18f1a482a7327483855c4c01ff9c55108a0b894f (diff) | |
download | pkgsrc-b6ef576793d7e807dda5eb3ffaa68c361ffeabac.tar.gz |
Note update of wmx, the addition of wmx-gnome,and the removal of
wmx-current and wmx-gnome-current.
Diffstat (limited to 'wm/Makefile')
-rw-r--r-- | wm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/Makefile b/wm/Makefile index d8376ab5bc8..5484a8497d6 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/06/28 16:16:03 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2001/07/27 20:51:36 jlam Exp $ # COMMENT= window managers (for X) @@ -39,7 +39,6 @@ SUBDIR+= wmakerconf SUBDIR+= wmextra SUBDIR+= wmthemes SUBDIR+= wmx -SUBDIR+= wmx-current -SUBDIR+= wmx-gnome-current +SUBDIR+= wmx-gnome .include "../mk/bsd.pkg.subdir.mk" |