diff options
author | wennmach <wennmach@pkgsrc.org> | 2003-07-17 18:51:52 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2003-07-17 18:51:52 +0000 |
commit | 76acd252c08770ed497187f30078b6a005ae68a8 (patch) | |
tree | 1b57d905c0d8ef896f6ba8d06868f50c1b8d7a9f /cross/Makefile | |
parent | 395736e921d930e3c3922ae4fc581a48c7c41a21 (diff) | |
download | pkgsrc-76acd252c08770ed497187f30078b6a005ae68a8.tar.gz |
Add and enable avr-libc.
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index db04010a891..bdf9ed032d3 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2003/07/16 22:12:44 wennmach Exp $ +# $NetBSD: Makefile,v 1.34 2003/07/17 18:51:52 wennmach Exp $ # COMMENT= Cross-platform development utilities @@ -7,6 +7,7 @@ COMMENT= Cross-platform development utilities SUBDIR+= avr-binutils SUBDIR+= avr-gcc SUBDIR+= avr-gdb +SUBDIR+= avr-libc SUBDIR+= bfd-crunchide SUBDIR+= bfd-mdsetimage SUBDIR+= binutils |