diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-10-15 04:38:54 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-10-15 04:38:54 +0000 |
commit | e918f392efb9b9a03c5068af8ccc6df346b4cc18 (patch) | |
tree | ddb0dda967d10ce6f6e0b014d96c75cc7fcf567c /cross/Makefile | |
parent | f932d9d211abe0a2627d61e9fc036f491f7f5206 (diff) | |
download | pkgsrc-e918f392efb9b9a03c5068af8ccc6df346b4cc18.tar.gz |
Sort.
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/Makefile b/cross/Makefile index fcfa422e4e4..096446d2d18 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.63 2015/10/11 01:16:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.64 2015/10/15 04:38:54 ryoon Exp $ # COMMENT= Cross-platform development utilities SUBDIR+= GenFw -SUBDIR+= atasm SUBDIR+= arm-none-eabi-binutils SUBDIR+= arm-none-eabi-gcc5 SUBDIR+= arm-none-eabi-gdb +SUBDIR+= atasm SUBDIR+= avr-binutils SUBDIR+= avr-gcc SUBDIR+= avr-gdb |