Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2016 21:15:37 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305244 - head/targets/pseudo/hosttools
Message-ID:  <201609012115.u81LFbla063019@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Sep  1 21:15:37 2016
New Revision: 305244
URL: https://svnweb.freebsd.org/changeset/base/305244

Log:
  DIRDEPS_BUILD: Add missing crunchgen host tool.
  
  MFC after:	3 days
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/targets/pseudo/hosttools/Makefile.depend.host

Modified: head/targets/pseudo/hosttools/Makefile.depend.host
==============================================================================
--- head/targets/pseudo/hosttools/Makefile.depend.host	Thu Sep  1 21:03:27 2016	(r305243)
+++ head/targets/pseudo/hosttools/Makefile.depend.host	Thu Sep  1 21:15:37 2016	(r305244)
@@ -18,6 +18,7 @@ DIRDEPS = \
 	usr.bin/xlint/xlint \
 	usr.bin/yacc \
 	usr.sbin/config \
+	usr.sbin/crunch/crunchgen.host \
 
 .if ${MK_KERBEROS} != "no"
 DIRDEPS+= \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609012115.u81LFbla063019>