diff options
author | pin <pin@pkgsrc.org> | 2022-07-04 20:10:01 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2022-07-04 20:10:01 +0000 |
commit | b3682972e1e4c354bca2b5797362fa5c4a9cda35 (patch) | |
tree | 618ac8626644f01c42dfe8812f56c502169501c3 /wm | |
parent | 2ae88f512ce6fdd93d3dd49f89ab384a493bb3ae (diff) | |
download | pkgsrc-b3682972e1e4c354bca2b5797362fa5c4a9cda35.tar.gz |
Add emwm
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 71385ea2d81..52df7a95624 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.169 2022/02/22 08:20:03 pin Exp $ +# $NetBSD: Makefile,v 1.170 2022/07/04 20:10:01 pin Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -30,6 +30,7 @@ SUBDIR+= dwm SUBDIR+= e16menuedit2 SUBDIR+= e16themes SUBDIR+= echinus +SUBDIR+= emwm SUBDIR+= enlightenment16 SUBDIR+= evilwm SUBDIR+= fluxbox |