diff options
author | ben <ben@pkgsrc.org> | 2005-01-27 14:40:22 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2005-01-27 14:40:22 +0000 |
commit | 41c1efaf70f90ceae97dfdf4539bc88c4840e0b0 (patch) | |
tree | 7ee783903ed80a0568fa9381f3b89ec0bc38168f /wm | |
parent | 493e46426e017d9733d50d869946b98345cbd8a4 (diff) | |
download | pkgsrc-41c1efaf70f90ceae97dfdf4539bc88c4840e0b0.tar.gz |
Add SUBDIR for wmdrawer.
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 77e820c4aa8..8b8a4c48c37 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2005/01/14 13:38:29 jmmv Exp $ +# $NetBSD: Makefile,v 1.68 2005/01/27 14:40:22 ben Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -66,6 +66,7 @@ SUBDIR+= windowlab SUBDIR+= windowmaker SUBDIR+= wm2 SUBDIR+= wmakerconf +SUBDIR+= wmdrawer SUBDIR+= wmctrl SUBDIR+= wmextra SUBDIR+= wmi |