From 98d401710694eba3b25be840b4ae1fb0540b7a3c Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 9 Oct 2010 11:36:04 +0000 Subject: Tell source location of NetBSD. --- sysutils/strace/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/strace/Makefile b/sysutils/strace/Makefile index 679d67f6317..1d51fb6dc60 100644 --- a/sysutils/strace/Makefile +++ b/sysutils/strace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/08/25 12:32:56 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2010/10/09 11:36:04 obache Exp $ # DISTNAME= strace-4.5.15 @@ -28,8 +28,10 @@ pre-configure: .endif .if ${OPSYS} == "NetBSD" +MAKE_ENV+= NETBSD_SRCDIR=${BSD_SRCDIR:Q} pre-configure: ${CP} -f ${WRKSRC}/syscalls.pl ${WRKSRC}/netbsd + .endif .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3