]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Re-indent the ALL_SUBDIR_TARGETS list
authorbdrewery <bdrewery@FreeBSD.org>
Wed, 14 Oct 2015 20:28:15 +0000 (20:28 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Wed, 14 Oct 2015 20:28:15 +0000 (20:28 +0000)
share/mk/bsd.subdir.mk

index 8afe40a693b0dfbf8a843ec03bc10d53b3935f0a..5aba6a52c96a44809c09e7b0ef3ff47a80769299 100644 (file)
@@ -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>