diff options
-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 5b658106202..e0368f393a1 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/05/15 11:54:42 agc Exp $ +# $NetBSD: Makefile,v 1.23 2000/08/25 02:33:44 hubertf Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -19,6 +19,6 @@ NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems MANCOMPRESSED= yes NO_WRKSUBDIR= yes -MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${BUILD_ROOT} +MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${PKGSRCDIR} .include "../../mk/bsd.pkg.mk" |