Import OpenBSD source tree from CVS (anoncvs canada)

of roughly 12:00 UTC today. Bumps us to OpenBSD 3.4
and makes source/ports in sync. Hopefully.
This commit is contained in:
tg 2003-08-17 12:50:45 +00:00
parent 1a61c10126
commit 3d7587ad85
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2003/08/08 22:32:10 miod Exp $
# $OpenBSD: Makefile,v 1.15 2003/08/11 09:41:31 miod Exp $
PROG= ksh
SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \
@ -31,7 +31,3 @@ check test:
/bin/sh ${.CURDIR}/tests/th.sh ${.CURDIR}/tests/th -s ${.CURDIR}/tests -p ./ksh -C pdksh,sh,ksh,posix,posix-upu
.include <bsd.prog.mk>
.if (${MACHINE_ARCH} == "m88k")
CFLAGS+= -O0
.endif