diff options
-rw-r--r-- | app/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/Makefile b/app/Makefile index 5121df2e0..4a0b6c9c2 100644 --- a/app/Makefile +++ b/app/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2009/03/28 15:38:46 matthieu Exp $ +# $OpenBSD: Makefile,v 1.22 2009/09/26 14:45:03 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 -# proxymngr rstart - # Font server doesn't link on architectures with static only libraries .if ${XENOCARA_HAVE_SHARED_LIBS:L} == "yes" SUBDIR += xfs |