svn commit: r295991 - head/targets

Bryan Drewery bdrewery at FreeBSD.org
Wed Feb 24 17:20:27 UTC 2016


Author: bdrewery
Date: Wed Feb 24 17:20:25 2016
New Revision: 295991
URL: https://svnweb.freebsd.org/changeset/base/295991

Log:
  DIRDEPS_BUILD: Allow 'make destroy*' to work from top-level.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/targets/Makefile.xtras

Modified: head/targets/Makefile.xtras
==============================================================================
--- head/targets/Makefile.xtras	Wed Feb 24 17:20:22 2016	(r295990)
+++ head/targets/Makefile.xtras	Wed Feb 24 17:20:25 2016	(r295991)
@@ -51,6 +51,7 @@ show-help:
 not-valid-target:
 	@echo "ERROR: '${_TARGETS}' is not a valid target for ${MACHINE}."
 
+.include <bsd.obj.mk>
 
 .for t in ${_TARGETS:Nlove}
 .if !target($t)


More information about the svn-src-head mailing list