From 4676d72356297cbca256c15eb9a84be365e5dd33 Mon Sep 17 00:00:00 2001 From: bmercer Date: Thu, 28 May 2015 23:34:38 +0000 Subject: [PATCH] Tie arm-none-eabi into the build. --- devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/Makefile b/devel/Makefile index 011f891fd7e..5697539e093 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1342 2015/05/28 09:43:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.1343 2015/05/28 23:34:38 bmercer Exp $ SUBDIR = SUBDIR += ElectricFence @@ -18,6 +18,7 @@ SUBDIR += argp-standalone SUBDIR += argtable SUBDIR += arm-elf + SUBDIR += arm-none-eabi SUBDIR += asm6 SUBDIR += astyle SUBDIR += atf