From 6e9fc0b08c6304002785af45b8ff7c0ac31b34c4 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 26 Feb 2016 22:13:45 +0000 Subject: Follow-up r295991: Only allow 'make destroy*' to include bsd.obj.mk. Sponsored by: EMC / Isilon Storage Division --- targets/Makefile.xtras | 2 ++ 1 file changed, 2 insertions(+) (limited to 'targets') diff --git a/targets/Makefile.xtras b/targets/Makefile.xtras index 7acf130..807cb9a 100644 --- a/targets/Makefile.xtras +++ b/targets/Makefile.xtras @@ -54,7 +54,9 @@ show-help: not-valid-target: @echo "ERROR: '${_TARGETS}' is not a valid target for ${MACHINE}." +.if make(destroy*) .include +.endif .for t in ${_TARGETS:Nlove} .if !target($t) -- cgit v1.1