diff options
-rw-r--r-- | cross/i386-linux/Makefile | 6 | ||||
-rw-r--r-- | cross/i386-linuxglibc1/Makefile | 6 | ||||
-rw-r--r-- | cross/i386-msdosdjgpp/Makefile | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index 637f712af51..8e3570db00e 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/14 00:10:44 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/23 20:40:23 frueauf Exp $ # DISTVERSION= 2.0.7.0 @@ -7,10 +7,12 @@ EXTRACT_ONLY= # none of the RPM files MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/redhat-5.1/i386/RedHat/RPMS/ \ ftp://ftp.digital.com/pub/linux/redhat/redhat-5.1/i386/RedHat/RPMS/ -USE_CROSS_GNU= yes +MAINTAINER= packages@netbsd.org BUILD_DEPENDS= rpm2cpio:../../misc/rpm +USE_CROSS_GNU= yes + LINUXDEVEL_FILES= glibc-2.0.7-13.i386.rpm \ glibc-devel-2.0.7-13.i386.rpm \ kernel-headers-2.0.34-0.6.i386.rpm diff --git a/cross/i386-linuxglibc1/Makefile b/cross/i386-linuxglibc1/Makefile index b1f82bdf0eb..05fdacd9e0a 100644 --- a/cross/i386-linuxglibc1/Makefile +++ b/cross/i386-linuxglibc1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/12 02:44:15 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/23 20:43:41 frueauf Exp $ # DISTVERSION= 5.3.12.0 @@ -7,10 +7,12 @@ EXTRACT_ONLY= # none of the RPM files MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/redhat-4.2/i386/RedHat/RPMS/ \ ftp://ftp.digital.com/pub/linux/redhat/redhat-4.2/i386/RedHat/RPMS/ -USE_CROSS_GNU= yes +MAINTAINER= packages@netbsd.org BUILD_DEPENDS= rpm2cpio:../../misc/rpm +USE_CROSS_GNU= yes + LINUXDEVEL_FILES= libc-5.3.12-18.i386.rpm \ libc-devel-5.3.12-18.i386.rpm \ libc-static-5.3.12-18.i386.rpm \ diff --git a/cross/i386-msdosdjgpp/Makefile b/cross/i386-msdosdjgpp/Makefile index 9a0d5c57748..d6713b93759 100644 --- a/cross/i386-msdosdjgpp/Makefile +++ b/cross/i386-msdosdjgpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/12 13:35:00 tv Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/23 20:43:41 frueauf Exp $ # DISTVERSION= 2.01.1 @@ -7,10 +7,12 @@ EXTRACT_ONLY= # none of the djgpp files MASTER_SITES= ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/ \ ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2tk/ -USE_CROSS_GNU= yes +MAINTAINER= packages@netbsd.org BUILD_DEPENDS= unzip:../../archivers/unzip +USE_CROSS_GNU= yes + DJGPP_FILES= djcrx201.zip wmemu2b.zip TARGET_ARCH= i386-msdosdjgpp |