From c4d60ea08ceb02c9c9bb850c722116168b2317df Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 24 Nov 2014 00:32:31 +0000 Subject: Add cwrappers glue as developed during Google's Summer of Code 2007. --- mk/wrapper/bsd.wrapper.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mk/wrapper') diff --git a/mk/wrapper/bsd.wrapper.mk b/mk/wrapper/bsd.wrapper.mk index 30eb1623c79..417b6e9845f 100644 --- a/mk/wrapper/bsd.wrapper.mk +++ b/mk/wrapper/bsd.wrapper.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.wrapper.mk,v 1.89 2014/03/06 10:15:54 uebayasi Exp $ +# $NetBSD: bsd.wrapper.mk,v 1.90 2014/11/24 00:32:31 joerg Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -65,7 +65,9 @@ ECHO_WRAPPER_MSG?= ${TRUE} # Prepend ${WRAPPER_BINDIR} to the PATH so that the wrappers are found # first when searching for executables. # +.if ${USE_CWRAPPERS:tl} == "no" PREPEND_PATH+= ${WRAPPER_BINDIR} +.endif ### ### BEGIN: after the barrier -- cgit v1.2.3