diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-10-14 20:28:15 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-10-14 20:28:15 +0000 |
commit | 132e71dfe9682c5a0ebb1e03e54e1fc3ce535afa (patch) | |
tree | 6f5be049375fcf9470b95df87ef9daee7111e4c4 | |
parent | 7983774b1872ca0b37aa6c93c5a76a92fea21b2c (diff) | |
download | FreeBSD-src-132e71dfe9682c5a0ebb1e03e54e1fc3ce535afa.zip FreeBSD-src-132e71dfe9682c5a0ebb1e03e54e1fc3ce535afa.tar.gz |
Re-indent the ALL_SUBDIR_TARGETS list
-rw-r--r-- | share/mk/bsd.subdir.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk index 8afe40a..5aba6a5 100644 --- a/share/mk/bsd.subdir.mk +++ b/share/mk/bsd.subdir.mk @@ -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> |