diff options
author | Bernd Ahlers <bernd@cvs.openbsd.org> | 2007-04-27 18:19:01 +0000 |
---|---|---|
committer | Bernd Ahlers <bernd@cvs.openbsd.org> | 2007-04-27 18:19:01 +0000 |
commit | 32b8d4410a951983937769b6a3cec845f9122dcb (patch) | |
tree | 360879b19536c7a0bfb970a586b1de5402d149c6 /app/Makefile | |
parent | 034bd7a0cf741c5fe7de1e780d03fe862c3a18cb (diff) |
Connect cwm. ok matthieu@
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Makefile b/app/Makefile index ceeeba8e7..e1ede3162 100644 --- a/app/Makefile +++ b/app/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2007/03/25 11:33:49 matthieu Exp $ +# $OpenBSD: Makefile,v 1.7 2007/04/27 18:19:00 bernd Exp $ .if ${MACHINE} != landisk MKFONTSCALE= mkfontscale @@ -23,7 +23,7 @@ SUBDIR= bdftopcf $(MKFONTSCALE) mkfontdir \ SUBDIR += glxgears glxinfo # extras -SUBDIR += fvwm ssh-askpass wm2 xterm xidle xlockmore xsystrace xvctl +SUBDIR += cwm fvwm ssh-askpass wm2 xterm xidle xlockmore xsystrace xvctl .include <bsd.subdir.mk> |