From 76ce6c228ff0a62245e36fec344b1e3890565d02 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 8 May 1998 15:42:24 +0000 Subject: Pass the PKGSRCDIR definition down through the environment. --- plan9/9term/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plan9') diff --git a/plan9/9term/Makefile b/plan9/9term/Makefile index 2fe8f780b7a..ed8970dae32 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/24 09:20:36 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/05/08 15:42:24 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -20,6 +20,6 @@ MANCOMPRESSED= yes MAN1= 9term.1 NO_WRKSUBDIR= yes -MAKE_ENV+= WRKDIR=${WRKDIR} +MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${PKGSRCDIR} .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3