diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-04 15:01:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-04 15:01:50 +0000 |
commit | 1435578951365337358d89623b531b2c68a1b07d (patch) | |
tree | a388dd79df5bc6acd602301173631b482af12d3b | |
parent | 77a1470a51a4b8aecc0eb4dc0b9670573c276ad2 (diff) |
Disable xtrap test clients. ok oga@
-rw-r--r-- | app/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/Makefile b/app/Makefile index 4a0b6c9c2..d0e386448 100644 --- a/app/Makefile +++ b/app/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2009/09/26 14:45:03 matthieu Exp $ +# $OpenBSD: Makefile,v 1.23 2009/10/04 15:01:49 matthieu Exp $ .include <bsd.xconf.mk> SUBDIR= bdftopcf mkfontscale mkfontdir \ @@ -13,9 +13,12 @@ SUBDIR= bdftopcf mkfontscale mkfontdir \ xlsatoms xlsclients xlsfonts xmag xman xmessage \ xmodmap xmore xpr \ xprop xrandr xrdb xrefresh xset \ - xsetroot xsm xstdcmap xtrap xvidtune xvinfo xwd xwininfo \ + xsetroot xsm xstdcmap xvidtune xvinfo xwd xwininfo \ xwud +# Deprecated +# xtrap + # Font server doesn't link on architectures with static only libraries .if ${XENOCARA_HAVE_SHARED_LIBS:L} == "yes" SUBDIR += xfs |