diff options
author | dholland <dholland> | 2013-06-01 22:42:49 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-06-01 22:42:49 +0000 |
commit | ebdb930c210a4fdcb03a41f5ef73f7910e9ffc03 (patch) | |
tree | a3bffe0d1a46d6d737916d44bd6bf3f0876a5cf6 /net/mppe-lkm | |
parent | c5d0099a39535701c4db00e03a764da812c4505b (diff) | |
download | pkgsrc-ebdb930c210a4fdcb03a41f5ef73f7910e9ffc03.tar.gz |
Mark this unavailable on NetBSD 6.0+ until such time as someone ports
it to the new module system.
Diffstat (limited to 'net/mppe-lkm')
-rw-r--r-- | net/mppe-lkm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mppe-lkm/Makefile b/net/mppe-lkm/Makefile index 853130ba336..b3caee437e5 100644 --- a/net/mppe-lkm/Makefile +++ b/net/mppe-lkm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/03/21 05:05:06 obache Exp $ +# $NetBSD: Makefile,v 1.7 2013/06/01 22:42:49 dholland Exp $ DISTNAME= kernel_ppp_mppe-0.0.4-src PKGNAME= mppe-lkm-0.0.4 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= destdir NO_CONFIGURE= yes -ONLY_FOR_PLATFORM= NetBSD-*-* +ONLY_FOR_PLATFORM= NetBSD-[12345]*-* MAKE_ENV+= KMODDIR=${PREFIX}/lkm WRKSRC= ${WRKDIR}/mppe-lkm KPM_SRC= ${WRKDIR}/${DISTNAME:C/-src$//} |