diff options
Diffstat (limited to 'cross/i386-mingw32/Makefile')
-rw-r--r-- | cross/i386-mingw32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/i386-mingw32/Makefile b/cross/i386-mingw32/Makefile index cc7e4f315c8..c38cea3759f 100644 --- a/cross/i386-mingw32/Makefile +++ b/cross/i386-mingw32/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:27:55 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/11/05 23:03:54 seb Exp $ DISTNAME= cross-${TARGET_ARCH}-1.2 PKGREVISION= 3 +WRKSRC= ${WRKDIR} # for the patch target CROSS_DISTFILES= MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.mingw.org/ |