Follow-up r295991: Only allow 'make destroy*' to include bsd.obj.mk.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
180a8487ee
commit
5d5a53b49f
@ -54,7 +54,9 @@ show-help:
|
||||
not-valid-target:
|
||||
@echo "ERROR: '${_TARGETS}' is not a valid target for ${MACHINE}."
|
||||
|
||||
.if make(destroy*)
|
||||
.include <bsd.obj.mk>
|
||||
.endif
|
||||
|
||||
.for t in ${_TARGETS:Nlove}
|
||||
.if !target($t)
|
||||
|
Loading…
Reference in New Issue
Block a user