[Midnightbsd-cvs] src [7286] stable/0.7/Makefile.inc1: fix bootstrap to include kerberos tools and m4
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 30 12:39:16 EDT 2015
Revision: 7286
http://svnweb.midnightbsd.org/src/?rev=7286
Author: laffer1
Date: 2015-08-30 12:39:15 -0400 (Sun, 30 Aug 2015)
Log Message:
-----------
fix bootstrap to include kerberos tools and m4
Modified Paths:
--------------
stable/0.7/Makefile.inc1
Modified: stable/0.7/Makefile.inc1
===================================================================
--- stable/0.7/Makefile.inc1 2015-08-30 16:32:15 UTC (rev 7285)
+++ stable/0.7/Makefile.inc1 2015-08-30 16:39:15 UTC (rev 7286)
@@ -1064,6 +1064,7 @@
bootstrap-tools:
.for _tool in \
${_clang_tblgen} \
+ ${_kerberos5_bootstrap_tools} \
${_dtrace_tools} \
${_strfile} \
${_gperf} \
@@ -1077,7 +1078,9 @@
usr.bin/rpcgen \
${_sed} \
${_yacc} \
+ ${_m4} \
${_lex} \
+ lib/libmd \
usr.bin/xinstall \
${_gensnmptree} \
usr.sbin/config \
More information about the Midnightbsd-cvs
mailing list