diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-10-15 20:29:58 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-10-15 20:29:58 +0000 |
commit | dd57860cc573da4222dc8bdc2c42db7cb152e7b2 (patch) | |
tree | 046206933dfcdd3dc6f95e9a7287b98d3479c17b /net/ppp-lzs | |
parent | 5d2d4fb5ae01a8cd2a6cf42b0e97526847e76a03 (diff) | |
download | pkgsrc-dd57860cc573da4222dc8bdc2c42db7cb152e7b2.tar.gz |
Let the NetBSD 1.6's .mk files find the include files.
Diffstat (limited to 'net/ppp-lzs')
-rw-r--r-- | net/ppp-lzs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ppp-lzs/Makefile b/net/ppp-lzs/Makefile index 9cb863efc10..34d766ee2eb 100644 --- a/net/ppp-lzs/Makefile +++ b/net/ppp-lzs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/08/27 00:16:52 reed Exp $ +# $NetBSD: Makefile,v 1.2 2004/10/15 20:29:58 kristerw Exp $ DISTNAME= ppp-lzs-1.2 CATEGORIES= net @@ -14,6 +14,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-* .include "../../mk/bsd.prefs.mk" MAKE_ENV+= NETBSDSRCDIR="${NETBSDSRCDIR}" +MAKE_ENV+= S="${NETBSDSRCDIR}/sys" MESSAGE_SUBST+= PREFIX="${PREFIX}" pre-extract: |