diff options
author | reinoud <reinoud@pkgsrc.org> | 2014-01-14 15:58:26 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2014-01-14 15:58:26 +0000 |
commit | 1babf0c8e6fbbf0c3aac976cb3d8207e15530b74 (patch) | |
tree | b159f87a521ae45bf79e578bbf8dbdff580f41e6 /cross/Makefile | |
parent | 55d320e18834c8e5461dad16549e12aa15924994 (diff) | |
download | pkgsrc-1babf0c8e6fbbf0c3aac976cb3d8207e15530b74.tar.gz |
Forgot to commit the cross/Makefile that recorded the added bossa
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 597fee0700b..aa0c7d1263d 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2013/12/31 17:08:08 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2014/01/14 15:58:26 reinoud Exp $ # COMMENT= Cross-platform development utilities @@ -10,6 +10,7 @@ SUBDIR+= avr-gcc SUBDIR+= avr-gdb SUBDIR+= avr-libc SUBDIR+= avrdude +SUBDIR+= bossa SUBDIR+= bfd-crunchide SUBDIR+= bfd-mdsetimage SUBDIR+= binutils |