diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/vi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 4a4415a..fe9dc64 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.2 1996/11/01 08:16:18 peter Exp $ # # This has most of the glue needed to compile tknvi and the perl hooks, # but not all. @@ -12,7 +12,7 @@ TCLINTERP= yes #fine, in base tree, little cost #PERLINTERP= no #not ready, needs perl5.002+ #if using ncurses: -CFLAGS+= -DSYSV_CURSES +#CFLAGS+= -DSYSV_CURSES VI= nvi EX= nex |