diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 1994-08-24 20:09:47 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 1994-08-24 20:09:47 +0000 |
| commit | 2355afcfc6c74cae2d33b59218aae8280d0818d9 (patch) | |
| tree | 1cc914fafe638ba76724e821a308d2aebee957e0 /usr.bin/vi | |
| parent | 0c43d89a0d8e976ca494d4837f4c1f3734d2c300 (diff) | |
Notes
Diffstat (limited to 'usr.bin/vi')
| -rw-r--r-- | usr.bin/vi/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/vi/common/Makefile b/usr.bin/vi/common/Makefile index 458ac2705060..f5f2c2b3384c 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} |
