diff options
author | wiz <wiz@pkgsrc.org> | 2009-12-07 10:07:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-12-07 10:07:43 +0000 |
commit | b17d19ccd16eae3d79212b3c689847a3baa2b307 (patch) | |
tree | 33e1bc8fc35a6fbd22876b0b0fe0d288937745c4 /cross/Makefile | |
parent | c38bc0999163895fe8544868aeff05fe82765726 (diff) | |
download | pkgsrc-b17d19ccd16eae3d79212b3c689847a3baa2b307.tar.gz |
Remove broken package containing toolchain for now-removed
NetBSD/playstation2 port.
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cross/Makefile b/cross/Makefile index d57db2dab43..c5d9639a281 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2008/10/08 19:54:24 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2009/12/07 10:07:43 wiz Exp $ # COMMENT= Cross-platform development utilities @@ -23,7 +23,6 @@ SUBDIR+= i386-mingw32 SUBDIR+= i386-msdosdjgpp SUBDIR+= i386-netbsdpe SUBDIR+= icdprog -SUBDIR+= mipsEEel-netbsd SUBDIR+= uisp .include "../mk/misc/category.mk" |