From 812c4fa8075d80f257a15f65439ab0d629c1db76 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Thu, 25 Oct 2018 21:08:15 +0000 Subject: [PATCH] Add a missing include for src.opts.mk. Without it MK_TESTS isn't defined. MFC with: r339738 Sponsored by: DARPA, AFRL --- lib/csu/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/csu/Makefile b/lib/csu/Makefile index c5ff9207427d..5c270d4c31a7 100644 --- a/lib/csu/Makefile +++ b/lib/csu/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include + .if exists(${.CURDIR}/${MACHINE_ARCH}) SUBDIR+= ${MACHINE_ARCH} .else