From 818d8e5be48f05461a81b306a9f9b6df515dd86a Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 1 Aug 2017 14:30:05 +0000 Subject: Disable ksh VI-editing mode on the install media. We need the space savings. --- distrib/special/ksh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/special') diff --git a/distrib/special/ksh/Makefile b/distrib/special/ksh/Makefile index da1c0c65fab..1a5e3b228af 100644 --- a/distrib/special/ksh/Makefile +++ b/distrib/special/ksh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2016/03/30 06:38:40 jmc Exp $ +# $OpenBSD: Makefile,v 1.5 2017/08/01 14:30:07 deraadt Exp $ PROG= ksh SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c eval.c \ @@ -6,7 +6,7 @@ SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c eval.c \ misc.c path.c shf.c syn.c table.c trap.c tree.c tty.c var.c \ version.c vi.c -DEFS= -Wall +DEFS= -Wall -DEMACS -DSMALL CFLAGS+=${DEFS} -I. -I${.CURDIR}/../../../bin/ksh -I${.CURDIR}/../../../lib/libc/gen MAN= ksh.1 sh.1 -- cgit v1.2.3-59-g8ed1b