Re-indent the ALL_SUBDIR_TARGETS list

This commit is contained in:
bdrewery 2015-10-14 20:28:15 +00:00
parent 7983774b18
commit 132e71dfe9

View 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>