diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-10 17:11:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-10 17:11:36 +0000 |
commit | c675b473db10c9dead0c0cab7204f9d6af190a8c (patch) | |
tree | bdecab36145f52b6075e9026355da21d4e26535f /lang/Makefile | |
parent | 719bd7323b1a716f0824cbb4dfbe589009876d7e (diff) | |
download | pkgsrc-c675b473db10c9dead0c0cab7204f9d6af190a8c.tar.gz |
Retire gcc-ssp.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index ed7eb5debf7..e1c9c32058f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.282 2010/01/28 07:14:28 jnemeth Exp $ +# $NetBSD: Makefile,v 1.283 2010/02/10 17:11:36 joerg Exp $ # COMMENT= Programming languages @@ -45,7 +45,6 @@ SUBDIR+= gambc SUBDIR+= gauche SUBDIR+= gawk SUBDIR+= gcc -SUBDIR+= gcc-ssp SUBDIR+= gcc3 SUBDIR+= gcc3-ada SUBDIR+= gcc3-c |