diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-10-22 02:29:21 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-10-22 02:29:21 +0000 |
commit | 8a81ca1c3d7f2f25aa4fe79da3c6ed89d47aab24 (patch) | |
tree | 0877d397e783aaed952f54ce3f2e0ffd8587f61c /bin | |
parent | 315aad45446fd275be64d267f62709e1fb0f0bb0 (diff) |
Fix typo in comment. From Theo Buehler.
Diffstat (limited to 'bin')
-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 a5a2fc2b825..b330267b628 100644 --- a/bin/ksh/Makefile +++ b/bin/ksh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2015/10/10 00:10:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.31 2015/10/22 02:29:20 mmcc 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 -# -DMKNOD - enable builtin mknod; conficts with pledge(2) +# -DMKNOD - enable builtin mknod; conflicts with pledge(2) DEFS= -Wall CFLAGS+=${DEFS} -I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/gen MAN= ksh.1 sh.1 |