summaryrefslogtreecommitdiff
path: root/cross/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-03-05 16:12:50 +0000
committerjperkin <jperkin@pkgsrc.org>2020-03-05 16:12:50 +0000
commitf54a4b7c94a41641e527a5c44c89f7a76115ded9 (patch)
treed3a3f2eabb7e82b69f788182da27f16e5d09a40d /cross/Makefile
parentf26832c6c56be6d115669d35bf93017240127e13 (diff)
downloadpkgsrc-f54a4b7c94a41641e527a5c44c89f7a76115ded9.tar.gz
cross: Add asm6809.
Diffstat (limited to 'cross/Makefile')
-rw-r--r--cross/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile
index 52805e7adba..070b8c834bb 100644
--- a/cross/Makefile
+++ b/cross/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2019/10/17 20:56:39 maya Exp $
+# $NetBSD: Makefile,v 1.93 2020/03/05 16:12:50 jperkin Exp $
#
COMMENT= Cross-platform development utilities
@@ -9,6 +9,7 @@ SUBDIR+= aarch64-none-elf-gcc
SUBDIR+= arm-none-eabi-binutils
SUBDIR+= arm-none-eabi-gcc
SUBDIR+= arm-none-eabi-gdb
+SUBDIR+= asm6809
SUBDIR+= atasm
SUBDIR+= avr-binutils
SUBDIR+= avr-gcc