diff options
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/Makefile b/app/Makefile index b7ae75848..a584eb033 100644 --- a/app/Makefile +++ b/app/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2008/09/13 16:36:52 matthieu Exp $ +# $OpenBSD: Makefile,v 1.19 2008/09/14 13:18:28 matthieu Exp $ .include <bsd.xconf.mk> SUBDIR= bdftopcf mkfontscale mkfontdir \ @@ -16,9 +16,6 @@ SUBDIR= bdftopcf mkfontscale mkfontdir \ xsetroot xsm xstdcmap xtrap xvidtune xvinfo xwd xwininfo \ xwud -# Deprecated -# lbxproxy xphelloworld xplsprinters xprehashprinterlist - # Font server doesn't link on architectures with static only libraries .if ${XENOCARA_HAVE_SHARED_LIBS:L} == "yes" SUBDIR += xfs |