diff options
| author | Sean Eric Fagan <sef@FreeBSD.org> | 1994-08-17 17:04:51 +0000 |
|---|---|---|
| committer | Sean Eric Fagan <sef@FreeBSD.org> | 1994-08-17 17:04:51 +0000 |
| commit | d236b04b4bfe7b91f9424a2e0d2b3ff96a78cbf4 (patch) | |
| tree | 1accfd2afb1894020e73daf4c2301281bc9700de /usr.bin/vi | |
| parent | 1062753e258e920c1aedef09b3c8912bac1e81d6 (diff) | |
Notes
Diffstat (limited to 'usr.bin/vi')
| -rw-r--r-- | usr.bin/vi/common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/vi/common/Makefile b/usr.bin/vi/common/Makefile index b24e9414a5c6f..85fb0c6d29566 100644 --- a/usr.bin/vi/common/Makefile +++ b/usr.bin/vi/common/Makefile @@ -48,7 +48,7 @@ DPADD+= ${LIBCURSES} ${LIBTERM} ${LIBUTIL} LDADD+= -lcurses -ltermlib -lutil SPECHDR=compat.h excmd.h options.h CLEANFILES+=${SPECHDR} -LINKS= ${BINDIR}/nvi ${BINDIR}/nex +LINKS= ${BINDIR}/nvi ${BINDIR}/nex ${BINDIR}/vi ${BINDIR}/ex ${BINDIR}/view all: nvi nex vi.0 nex: nvi @@ -93,6 +93,7 @@ warn:: ${SRCS} MAN= ${.CURDIR}/../USD.doc/vi.man REF= ${.CURDIR}/../USD.doc/vi.ref +.include "../../Makefile.inc" .include <bsd.prog.mk> .depend: ${SPECHDR} |
