svn commit: r348589 - head/etc

Maxim Sobolev sobomax at FreeBSD.org
Mon Jun 3 21:40:44 UTC 2019


Author: sobomax
Date: Mon Jun  3 21:40:42 2019
New Revision: 348589
URL: https://svnweb.freebsd.org/changeset/base/348589

Log:
  Put back MTREE_CMD here for now. Doh, not my day, perhaps.
  
  Reported by:	markj, mav

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Mon Jun  3 21:04:23 2019	(r348588)
+++ head/etc/Makefile	Mon Jun  3 21:40:42 2019	(r348589)
@@ -93,6 +93,8 @@ distribution:
 .endif
 .endif
 
+MTREE_CMD?=	mtree
+
 MTREES=		mtree/BSD.root.dist		/		\
 		mtree/BSD.var.dist		/var		\
 		mtree/BSD.usr.dist		/usr		\


More information about the svn-src-all mailing list