diff options
-rw-r--r-- | sysutils/xenkernel41/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/xenkernel41/Makefile b/sysutils/xenkernel41/Makefile index b1ed5f56946..c07d4410732 100644 --- a/sysutils/xenkernel41/Makefile +++ b/sysutils/xenkernel41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/07/27 18:50:34 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2012/08/01 12:22:28 asau Exp $ # VERSION= 4.1.2 @@ -20,8 +20,6 @@ PKG_DESTDIR_SUPPORT= user-destdir ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64 ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 -WRKSRC= ${WRKDIR}/xen-${VERSION} - NO_CONFIGURE= yes USE_TOOLS+= gmake |