Author: imp
Date: Wed Oct 16 13:20:36 2019
New Revision: 353639
URL: https://svnweb.freebsd.org/changeset/base/353639

Log:
  bsd.compat.mk isn't setup to be included outside of Makefile.inc so comment it
  out here until that's sorted out. Otherwise the build is broken. when
  TARGET_ARCH isn't defined.

Modified:
  head/share/mk/bsd.prog.mk

Modified: head/share/mk/bsd.prog.mk
==============================================================================
--- head/share/mk/bsd.prog.mk   Wed Oct 16 09:29:01 2019        (r353638)
+++ head/share/mk/bsd.prog.mk   Wed Oct 16 13:20:36 2019        (r353639)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 .include <bsd.init.mk>
-.include <bsd.compat.mk>
+# .include <bsd.compat.mk>
 .include <bsd.compiler.mk>
 .include <bsd.linker.mk>
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to