Use bash on SunOS, as pdksh (at least on x86_64) has issues for the moment.
This commit is contained in:
parent
103b0451d0
commit
ed131363eb
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.228 2014/06/08 23:35:55 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.229 2014/07/05 05:10:48 richard Exp $
|
||||
|
||||
.include "license.mk"
|
||||
.include "Makefile.common"
|
||||
|
@ -120,6 +120,11 @@ CONFIGURE_SCRIPT= ./Configure
|
|||
CONFIGURE_ARGS+= -sde
|
||||
MAKE_ENV+= LC_ALL="C"
|
||||
|
||||
.if ${OPSYS} == "SunOS"
|
||||
USE_TOOLS+= bash
|
||||
CONFIG_SHELL= ${TOOLS_PATH.bash}
|
||||
.endif
|
||||
|
||||
TEST_TARGET= test
|
||||
|
||||
# Policy.sh generation
|
||||
|
|
Loading…
Reference in a new issue