diff options
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index c5d9639a281..f60a10f98f3 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2009/12/07 10:07:43 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2010/01/15 22:04:47 jakllsch Exp $ # COMMENT= Cross-platform development utilities @@ -15,6 +15,7 @@ SUBDIR+= bfd-mdsetimage SUBDIR+= binutils SUBDIR+= cc65 SUBDIR+= dasm +SUBDIR+= dfu-programmer SUBDIR+= h8300-hms-binutils SUBDIR+= h8300-hms-gcc SUBDIR+= i386-cygwin32 |