switch /bin/sh to mksh

this at least gets us rid of a bunch of segfaults on freewrt openssl builds
This commit is contained in:
tg 2006-07-23 19:10:59 +00:00
parent f1e8f970c4
commit 85a4745978

View File

@ -1,10 +1,13 @@
# $MirOS: src/bin/mksh/Makefile,v 1.9 2006/05/08 12:18:49 tg Exp $
# $MirOS: src/bin/mksh/Makefile,v 1.10 2006/07/23 19:10:59 tg Exp $
PROG= mksh
SRCS= alloc.c edit.c eval.c exec.c expr.c funcs.c histrap.c \
jobs.c lex.c main.c misc.c shf.c syn.c tree.c var.c
CDIAGFLAGS+= -Wno-cast-qual
LINKS+= ${BINDIR}/${PROG} ${BINDIR}/sh
MLINKS+= ${PROG}.1 sh.1
check:
@cd ${.CURDIR} && ${MAKE} regress V=-v