diff options
Diffstat (limited to 'sysutils/c++rt0')
-rw-r--r-- | sysutils/c++rt0/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/c++rt0/Makefile b/sysutils/c++rt0/Makefile index a2da4b025d6..80eafc765f4 100644 --- a/sysutils/c++rt0/Makefile +++ b/sysutils/c++rt0/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2003/03/28 21:14:34 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:28 grant Exp $ # DISTNAME= c++rt0-1.0 CATEGORIES= sysutils -MASTER_SITES+= ftp://ftp.netbsd.org/pub/NetBSD/arch/sparc/c++rt0/ +MASTER_SITES+= ftp://ftp.NetBSD.org/pub/NetBSD/arch/sparc/c++rt0/ DISTFILES= c++rt0.o.PIC c++rt0.o.pic README -MAINTAINER= hubertf@netbsd.org +MAINTAINER= hubertf@NetBSD.org COMMENT= 1.4.x/sparc PIC c++rt0.o file DIST_SUBDIR= c++rt0 |