diff options
-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 |