Author: imp Date: Tue Feb 4 03:59:35 2014 New Revision: 261456 URL: http://svnweb.freebsd.org/changeset/base/261456
Log: Add a prior version compat define. Modified: head/sys/conf/kern.mk Modified: head/sys/conf/kern.mk ============================================================================== --- head/sys/conf/kern.mk Tue Feb 4 03:36:42 2014 (r261455) +++ head/sys/conf/kern.mk Tue Feb 4 03:59:35 2014 (r261456) @@ -1,5 +1,8 @@ # $FreeBSD$ +# Compat +MK_FORMAT_EXTENSIONS?=no + # # Warning flags for compiling the kernel and components of the kernel: # _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
