Author: bdrewery
Date: Wed Oct 14 20:28:15 2015
New Revision: 289333
URL: https://svnweb.freebsd.org/changeset/base/289333
Log:
Re-indent the ALL_SUBDIR_TARGETS list
Modified:
head/share/mk/bsd.subdir.mk
Modified: head/share/mk/bsd.subdir.mk
==============================================================================
--- head/share/mk/bsd.subdir.mk Wed Oct 14 20:22:12 2015 (r289332)
+++ head/share/mk/bsd.subdir.mk Wed Oct 14 20:28:15 2015 (r289333)
@@ -33,8 +33,9 @@
__<bsd.subdir.mk>__:
ALL_SUBDIR_TARGETS= all all-man checkdpadd clean cleandepend cleandir \
- cleanilinks cleanobj depend distribute lint maninstall manlint obj \
- objlink realinstall regress tags ${SUBDIR_TARGETS}
+ cleanilinks cleanobj depend distribute lint maninstall \
+ manlint obj objlink realinstall regress tags \
+ ${SUBDIR_TARGETS}
.include <bsd.init.mk>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"