diff options
author | wennmach <wennmach> | 2003-07-17 19:10:56 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2003-07-17 19:10:56 +0000 |
commit | 8ed7d8247658562b9d4e92fba99aa28f6248d126 (patch) | |
tree | 8ebe8461dcce00e727715a41741828be173ce3d3 /cross | |
parent | 273f5905d2c400331c14f7b70a159d7529edbc51 (diff) | |
download | pkgsrc-8ed7d8247658562b9d4e92fba99aa28f6248d126.tar.gz |
Add and enable avrdude.
Diffstat (limited to 'cross')
-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 |