diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-04-25 19:25:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-04-25 19:25:32 +0000 |
commit | 47e8c7b1b974ee3b4d4161226b24948e059023b5 (patch) | |
tree | 743ad84897475130cb0b952bab92912643c542c5 /app/Makefile | |
parent | 42c72f275dedc74b6d7987934a8976b79322a57a (diff) |
un-hook xsystrace(1). ok beck@
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 63f09f1ca..89b5567e5 100644 --- a/app/Makefile +++ b/app/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2014/08/25 19:14:54 matthieu Exp $ +# $OpenBSD: Makefile,v 1.34 2016/04/25 19:25:31 matthieu Exp $ .include <bsd.xconf.mk> SUBDIR= bdftopcf mkfontscale mkfontdir \ @@ -22,7 +22,7 @@ SUBDIR += xdriinfo glxgears glxinfo .endif # extras -SUBDIR += cwm fvwm ssh-askpass video xterm xidle xlockmore xsystrace \ +SUBDIR += cwm fvwm ssh-askpass video xterm xidle xlockmore \ xtsscale xvctl .include <bsd.subdir.mk> |