diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-10 17:55:04 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-10 17:55:04 +0000 |
commit | 72cf5c5e2022b91fc486d3ef569034cbcbdeb2a8 (patch) | |
tree | 4298b1cf3a93f5de208765ff3c2c2c4884c7da21 /bin/ksh/Makefile | |
parent | 1494c2efdc94109bcd53d3092332b170ed6b8d6d (diff) |
sync with pdksh-unstable-5.2.13.6
Diffstat (limited to 'bin/ksh/Makefile')
-rw-r--r-- | bin/ksh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/Makefile b/bin/ksh/Makefile index bcd0ec772f2..76970d8cbd6 100644 --- a/bin/ksh/Makefile +++ b/bin/ksh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1998/03/06 05:39:59 millert Exp $ +# $OpenBSD: Makefile,v 1.10 1999/01/10 17:55:01 millert Exp $ PROG= ksh SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \ @@ -6,7 +6,7 @@ SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \ main.c misc.c missing.c path.c shf.c syn.c table.c trap.c \ tree.c tty.c var.c version.c vi.c -DEFS= -DHAVE_CONFIG_H +DEFS= -DHAVE_CONFIG_H -Wall -Wno-unused CFLAGS+=${DEFS} -I. -I${.CURDIR} -DKSH MAN= ksh.1 sh.1 |