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'.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to