diff options
Diffstat (limited to 'editors/vim-xaw/Makefile')
-rw-r--r-- | editors/vim-xaw/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile index 37d2adfdc94..6ab45682e7c 100644 --- a/editors/vim-xaw/Makefile +++ b/editors/vim-xaw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/01/15 18:46:27 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2000/01/25 17:13:19 pooka Exp $ .include "../vim-share/Makefile.common" @@ -33,8 +33,6 @@ post-install: ${LN} -fs vim ${PREFIX}/bin/gview ${LN} -fs vim ${PREFIX}/bin/rgvim ${LN} -fs vim ${PREFIX}/bin/rgview - ${LN} -fs vim ${PREFIX}/bin/ex - ${LN} -fs vim ${PREFIX}/bin/view ${LN} -fs vim ${PREFIX}/bin/rvim ${LN} -fs vim ${PREFIX}/bin/rview |