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
176 B
Makefile
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>
|