summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-11-01 08:34:51 +0000
committerpeter <peter@FreeBSD.org>1996-11-01 08:34:51 +0000
commitf3334b09a460da61564fbe30da23077ba7319322 (patch)
tree92bf9c03598c2dfdb1326e63661407d9ba50308b /usr.bin/vi
parent06307f2449abde34bb67dd6f9b1e5db429fabe68 (diff)
downloadFreeBSD-src-f3334b09a460da61564fbe30da23077ba7319322.zip
FreeBSD-src-f3334b09a460da61564fbe30da23077ba7319322.tar.gz
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)
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/Makefile4
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
OpenPOWER on IntegriCloud