diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2007-05-22 09:23:10 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2007-05-22 09:23:10 +0000 |
commit | cff1c5aeded29f54cab66e94a03efc0ccfb37f82 (patch) | |
tree | 72a6d2fd0c9875e0a76e42910a91c07840edf453 /app | |
parent | f600b81737497d9c4f03a891aa3a1e78c510d7d3 (diff) |
hook xtsscale(4) to the build
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> |