From 1da5e923abf4a48cda01a3c0469657801c742304 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 30 Aug 1999 08:28:47 +0000 Subject: [PATCH] We're using ncurses now. --- usr.bin/vi/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index d2c463e06d2d..ef03609683f1 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -30,7 +30,7 @@ CFLAGS+= -DHAVE_PERL_5_003_01 # If perl >= 5.03.01 CFLAGS+= -DGTAGS #if using ncurses: -#CFLAGS+= -DSYSV_CURSES +CFLAGS+= -DSYSV_CURSES VI= nvi EX= nex @@ -63,8 +63,8 @@ PLLINKS= pl_PL CFLAGS+=-I${.CURDIR} -I${SRCDIR} -I${SRCDIR}/include .if !defined(TKNVI) -DPADD+= ${LIBCURSES} ${LIBTERMCAP} -LDADD+= -lcurses -ltermcap +DPADD+= ${LIBNCURSES} +LDADD+= -lncurses .endif .if defined(TKNVI)