diff options
Diffstat (limited to 'usr.bin')
-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 b24e941..85fb0c6 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} |