diff options
author | ru <ru@FreeBSD.org> | 2005-07-15 14:38:54 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-07-15 14:38:54 +0000 |
commit | e10a9fc3855d5182fd8bcf3589e10ae5dfd75cd7 (patch) | |
tree | 09669827eff9389d8f98dde03475c61064a54243 /Makefile | |
parent | ce10ce6dcbedf5e4956f1bbf39a010030ce4a4d4 (diff) | |
download | FreeBSD-src-e10a9fc3855d5182fd8bcf3589e10ae5dfd75cd7.zip FreeBSD-src-e10a9fc3855d5182fd8bcf3589e10ae5dfd75cd7.tar.gz |
Make the `distrib-dirs' target official and working properly
when cross-building (installing). (This is useful for NFS
installing world/kernel to another architecture machine.)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ # TGTS= all all-man buildenv buildkernel buildworld checkdpadd clean \ cleandepend cleandir depend distribute distributeworld \ - distribution everything \ + distrib-dirs distribution everything \ hierarchy install installcheck installkernel installkernel.debug\ reinstallkernel reinstallkernel.debug installworld \ kernel-toolchain libraries lint maninstall \ |