diff options
author | jakllsch <jakllsch> | 2010-01-15 22:04:47 +0000 |
---|---|---|
committer | jakllsch <jakllsch> | 2010-01-15 22:04:47 +0000 |
commit | b7069f14a62c689ec0fe8421876bf1dca3e8a1d7 (patch) | |
tree | 4bd58b03133cf6de79ff80fb046943834bfd95a1 /cross | |
parent | 3e985f1e9c571f797ee25651bd699fe1cfc86a8d (diff) | |
download | pkgsrc-b7069f14a62c689ec0fe8421876bf1dca3e8a1d7.tar.gz |
Add dfu-programmer to the SUBDIR list.
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 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 |