NetBSD/regress/bin/sh/Makefile
lukem f85d2d1c14 Use ${HOST_SH} instead of `sh'.
If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
2003-10-26 07:25:33 +00:00

12 lines
267 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/10/26 07:25:34 lukem Exp $
NOMAN= # defined
# XXX: can't use ${HOST_SH} here. this really should run on the target
regress:
sh ${.CURDIR}/compexit.sh
sh ${.CURDIR}/exitstatus.sh
sh ${.CURDIR}/varquote.sh
.include <bsd.prog.mk>