diff options
author | wennmach <wennmach@pkgsrc.org> | 2003-07-17 19:10:56 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2003-07-17 19:10:56 +0000 |
commit | 494d73810572dfb2a2a6f7055bb259f50132565f (patch) | |
tree | 8ebe8461dcce00e727715a41741828be173ce3d3 | |
parent | fb54ce400f0f5dfc27e13f2c3011afc5f706817d (diff) | |
download | pkgsrc-494d73810572dfb2a2a6f7055bb259f50132565f.tar.gz |
Add and enable avrdude.
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index bdf9ed032d3..bcdba1f503d 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2003/07/17 18:51:52 wennmach Exp $ +# $NetBSD: Makefile,v 1.35 2003/07/17 19:10:56 wennmach Exp $ # COMMENT= Cross-platform development utilities @@ -8,6 +8,7 @@ SUBDIR+= avr-binutils SUBDIR+= avr-gcc SUBDIR+= avr-gdb SUBDIR+= avr-libc +SUBDIR+= avrdude SUBDIR+= bfd-crunchide SUBDIR+= bfd-mdsetimage SUBDIR+= binutils |