[Midnightbsd-cvs] src [10761] trunk/etc/Makefile: add debug to mtrees list
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 9 18:43:17 EDT 2018
Revision: 10761
http://svnweb.midnightbsd.org/src/?rev=10761
Author: laffer1
Date: 2018-06-09 18:43:17 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
add debug to mtrees list
Modified Paths:
--------------
trunk/etc/Makefile
Modified: trunk/etc/Makefile
===================================================================
--- trunk/etc/Makefile 2018-06-09 22:42:47 UTC (rev 10760)
+++ trunk/etc/Makefile 2018-06-09 22:43:17 UTC (rev 10761)
@@ -295,7 +295,8 @@
MTREES= mtree/BSD.root.dist / \
mtree/BSD.var.dist /var \
mtree/BSD.usr.dist /usr \
- mtree/BSD.include.dist /usr/include
+ mtree/BSD.include.dist /usr/include \
+ mtree/BSD.debug.dist /usr/lib
.if ${MK_TESTS} != "no"
MTREES+= mtree/BSD.tests.dist ${TESTSBASE}
.endif
More information about the Midnightbsd-cvs
mailing list