Add a HOST_BSHELL make var which contains the path to the working

shell.
This commit is contained in:
thorpej 2002-09-15 16:46:23 +00:00
parent 3587dba99e
commit 6d82557c32

View File

@ -1,8 +1,10 @@
# $NetBSD: defs.mk.in,v 1.4 2002/01/31 22:43:48 tv Exp $
# $NetBSD: defs.mk.in,v 1.5 2002/09/15 16:46:23 thorpej Exp $
COMPATOBJ:= ${.PARSEDIR}
HOSTEXEEXT= @EXEEXT@
HOST_BSHELL= @BSHELL@
HOST_CPPFLAGS+= -I${COMPATOBJ} -I${COMPATOBJ}/include \
-I${.CURDIR}/../compat -DHAVE_CONFIG_H \
-D_FILE_OFFSET_BITS=64