diff options
-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" |