diff options
Diffstat (limited to 'cross/sparc-netbsdelf/Makefile')
-rw-r--r-- | cross/sparc-netbsdelf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/sparc-netbsdelf/Makefile b/cross/sparc-netbsdelf/Makefile index d6555c2eb30..76dcbb587a9 100644 --- a/cross/sparc-netbsdelf/Makefile +++ b/cross/sparc-netbsdelf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/02/03 13:00:43 tv Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 14:05:07 wiz Exp $ # DISTVERSION= 1.3.0.0 @@ -6,6 +6,7 @@ DISTFILES= # none MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netbsd.org/ +COMMENT= Cross-compile environment for 32-bit ELF NetBSD/sparc WRKSRC= ${WRKDIR}/${BINUTILS_DISTNAME} |