diff options
author | agc <agc> | 1998-05-08 15:42:24 +0000 |
---|---|---|
committer | agc <agc> | 1998-05-08 15:42:24 +0000 |
commit | 08cf593605dfc4ed968e1f8f32840eed0216a5e6 (patch) | |
tree | c261a7e7286a8e06f28c726e2596fb6e764b08fe /plan9 | |
parent | b11c90bacb4813ef85fc5bf23aced2d0429a3f5e (diff) | |
download | pkgsrc-08cf593605dfc4ed968e1f8f32840eed0216a5e6.tar.gz |
Pass the PKGSRCDIR definition down through the environment.
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/9term/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |