From 9aa07f6222501a5fd4de14a1e2cb2ab23ce3c645 Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 24 Aug 1994 20:09:47 +0000 Subject: Also create a link "view" to nvi, in stead of nview solely. Reviewed by: Submitted by: guido --- usr.bin/vi/common/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/vi/common/Makefile b/usr.bin/vi/common/Makefile index 458ac27..f5f2c2b 100644 --- a/usr.bin/vi/common/Makefile +++ b/usr.bin/vi/common/Makefile @@ -6,6 +6,7 @@ VIEW= nview PROG= nvi LINKS= ${BINDIR}/${VI} ${BINDIR}/${EX} ${BINDIR}/${VI} ${BINDIR}/${VIEW} LINKS+= ${BINDIR}/${VI} ${BINDIR}/vi ${BINDIR}/${EX} ${BINDIR}/ex +LINKS+= ${BINDIR}/${VI} ${BINDIR}/view MAN1= ${.CURDIR}/../USD.doc/vi.man/vi.1 CFLAGS+=-I. -I${.CURDIR} -- cgit v1.1