svn commit: r250510 - head

Antoine Brodin antoine at FreeBSD.org
Sat May 11 13:44:12 UTC 2013


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'.


More information about the svn-src-head mailing list