Yikes, I forgot to remove the -DSYSV_CURSES setting that I was using on

one of the machines I was testing on. (This was to get it to use the
sysv extensions in ncurses)
This commit is contained in:
Peter Wemm 1996-11-01 08:34:51 +00:00
parent 301b0bb501
commit db1f91a969
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19312

View file

@ -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