diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-14 13:18:31 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-14 13:18:31 +0000 |
commit | 4cee52b4fab4efe9fce75872850b22f985c53049 (patch) | |
tree | e8195fa2e4166f017a95211ee3bc7e9be53c42a6 /app/Makefile | |
parent | 1c6f2f99d302b6e2e0bf6620e73dfe46aa5d338c (diff) |
Remove deprecated applications (have been disabled for several month).
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 |