Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2013 13:44:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r250510 - head
Message-ID:  <201305111344.r4BDiBq4004882@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May 11 13:44:11 2013
New Revision: 250510
URL: http://svnweb.freebsd.org/changeset/base/250510

Log:
  Add compile_et to kerberos bootstrap tools.
  This makes it possible to build a regular world on a host without kerberos.
  
  PR:		conf/178421
  Submitted by:	Garrett Cooper
  MFC after:	1 month

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Sat May 11 13:32:38 2013	(r250509)
+++ head/Makefile.inc1	Sat May 11 13:44:11 2013	(r250510)
@@ -1176,7 +1176,8 @@ _kerberos5_bootstrap_tools= \
 	kerberos5/lib/libroken \
 	kerberos5/lib/libvers \
 	kerberos5/tools/asn1_compile \
-	kerberos5/tools/slc
+	kerberos5/tools/slc \
+	usr.bin/compile_et
 .endif
 
 #	Please document (add comment) why something is in 'bootstrap-tools'.



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