diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Makefile b/app/Makefile index 7a01447fe..5a592f47a 100644 --- a/app/Makefile +++ b/app/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2007/05/09 06:19:30 matthieu Exp $ +# $OpenBSD: Makefile,v 1.10 2007/05/22 09:23:09 robert Exp $ .if ${MACHINE} != landisk MKFONTSCALE= mkfontscale @@ -30,7 +30,8 @@ SUBDIR += xdriinfo glxgears glxinfo .endif # extras -SUBDIR += cwm fvwm ssh-askpass xterm xidle xlockmore xsystrace xvctl +SUBDIR += cwm fvwm ssh-askpass xterm xidle xlockmore xsystrace \ + xtsscale xvctl .include <bsd.subdir.mk> |