diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-08 19:54:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-08 19:54:24 +0000 |
commit | 3e9db1a840404a86ebf1c61cb7d03b1d7cc01b67 (patch) | |
tree | 229113cac0b8ad358ccfd826ed41a220126c7a5b | |
parent | 5b577124f0ba43dac3e4ec0e6bbf6a61fec35575 (diff) | |
download | pkgsrc-3e9db1a840404a86ebf1c61cb7d03b1d7cc01b67.tar.gz |
+ cc65.
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index 8f24da50040..d57db2dab43 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2007/08/13 08:12:44 rillig Exp $ +# $NetBSD: Makefile,v 1.42 2008/10/08 19:54:24 wiz Exp $ # COMMENT= Cross-platform development utilities @@ -13,6 +13,7 @@ SUBDIR+= avrdude SUBDIR+= bfd-crunchide SUBDIR+= bfd-mdsetimage SUBDIR+= binutils +SUBDIR+= cc65 SUBDIR+= dasm SUBDIR+= h8300-hms-binutils SUBDIR+= h8300-hms-gcc |