summaryrefslogtreecommitdiffstats
path: root/distrib/special
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-08-01 14:30:05 +0000
committerderaadt <deraadt@openbsd.org>2017-08-01 14:30:05 +0000
commit818d8e5be48f05461a81b306a9f9b6df515dd86a (patch)
treeecef20c7e49b9cf63986f6c16e13ff0487d8f347 /distrib/special
parent#if 0 unused chunk for now (diff)
downloadwireguard-openbsd-818d8e5be48f05461a81b306a9f9b6df515dd86a.tar.xz
wireguard-openbsd-818d8e5be48f05461a81b306a9f9b6df515dd86a.zip
Disable ksh VI-editing mode on the install media. We need the space
savings.
Diffstat (limited to 'distrib/special')
-rw-r--r--distrib/special/ksh/Makefile4
1 files changed, 2 insertions, 2 deletions
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