diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-26 14:45:04 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-26 14:45:04 +0000 |
commit | 8f53c3ed0c8e06999a24e0f03956e7d8e5ffcc0f (patch) | |
tree | 8c9e28d85e8585bc91eb964143c610a05e9d3aac | |
parent | 32c61e0078c042b68b47aae4fa9d574664e2d0bc (diff) |
remove obsolete commands.
-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 |