From e97e2edf4a612379043cab1f9187aeabe1103ae6 Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Sun, 28 Jan 2018 11:56:54 +0200 Subject: [PATCH] add UNLEASHED_OBJ to unleashed.mk --- share/mk/unleashed.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/share/mk/unleashed.mk b/share/mk/unleashed.mk index dcdd60339c..8f7dc77a55 100644 --- a/share/mk/unleashed.mk +++ b/share/mk/unleashed.mk @@ -8,3 +8,4 @@ SRCTOP!= cd ${.CURDIR} && git rev-parse --show-toplevel . error cannot find top of source tree - set SRCTOP manually . endif .endif +UNLEAHED_OBJ?= /usr/obj/${MACHINE} -- 2.11.4.GIT