f85d2d1c14
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.
12 lines
267 B
Makefile
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>
|