summaryrefslogtreecommitdiff
path: root/bin/ksh/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2018-01-06 16:28:59 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2018-01-06 16:28:59 +0000
commitc08a8d775d9ec66e3999e2e512ee8ae5b69b826f (patch)
tree370b94252d121903bb78cd44feb190d8837bdcfc /bin/ksh/Makefile
parent50c1986fcdee977a1b88318e0e39c0f0af9822d6 (diff)
Bring back the sign compare changes, this time with a fix from otto@
that fixes the issues seen on hppa. OK deraadt@ otto@
Diffstat (limited to 'bin/ksh/Makefile')
-rw-r--r--bin/ksh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ksh/Makefile b/bin/ksh/Makefile
index dca3c76b315..66419f2311d 100644
--- a/bin/ksh/Makefile
+++ b/bin/ksh/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.37 2018/01/04 19:06:16 millert Exp $
+# $OpenBSD: Makefile,v 1.38 2018/01/06 16:28:58 millert 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,8 @@ 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 -Wshadow -DEMACS -DVI
+WARNINGS=yes
+DEFS= -DEMACS -DVI
CFLAGS+=${DEFS} -I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/gen
MAN= ksh.1 sh.1