NetBSD/regress/sys/kern/sigtramp/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
176 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/10/26 07:25:35 lukem Exp $
NOMAN= # defined
LDSTATIC= -static
PROG= sigtramp
regress:
${HOST_SH} ${.CURDIR}/dotest
.include <bsd.prog.mk>