aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-17 23:39:15 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-17 23:39:15 +0000
commit2b52592f540ce2f16452a8853a2bb200371e61f8 (patch)
tree23f95b8b45d4472b4a7ca01898671b2a96fecd0e /usr.bin/vi
parent6d20d793f505eb8e0580c29d936ef72b047dc0fc (diff)
Notes
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/common/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/vi/common/Makefile b/usr.bin/vi/common/Makefile
index 85fb0c6d29566..dcd3dab5df532 100644
--- a/usr.bin/vi/common/Makefile
+++ b/usr.bin/vi/common/Makefile
@@ -50,7 +50,7 @@ SPECHDR=compat.h excmd.h options.h
CLEANFILES+=${SPECHDR}
LINKS= ${BINDIR}/nvi ${BINDIR}/nex ${BINDIR}/vi ${BINDIR}/ex ${BINDIR}/view
-all: nvi nex vi.0
+all: nvi nex vi.1
nex: nvi
rm -f nex
ln nvi nex
@@ -70,9 +70,9 @@ excmd.h: excmd.h.stub excmd.c excmd.awk
cat ${.CURDIR}/../ex/excmd.h.stub > excmd.h
awk -f ${.CURDIR}/../ex/excmd.awk ${.CURDIR}/../ex/excmd.c >> excmd.h
-vi.0:
- rm -f vi.0
- ln -s ${.CURDIR}/../USD.doc/vi.man/vi.0 vi.0
+vi.1:
+ rm -f vi.1
+ ln -s ${.CURDIR}/../USD.doc/vi.man/vi.1 vi.1
tags::
-(cd ${.CURDIR} && rm -f tags && \