diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-12-09 02:08:19 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-12-09 02:08:19 +0000 |
| commit | ef7af95abd4c13eb0c2cd6961ee08594bfcb7513 (patch) | |
| tree | c18fd5282f0b82902edd4c16b368c2c3b7b6f12f | |
| parent | d5c854e8904326307d204ab210800f57e609e200 (diff) | |
Notes
| -rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -58,12 +58,18 @@ # Define the user-driven targets. These are listed here in alphabetical # order, but that's not important. # +# Targets that begin with underscore are internal targets intended for +# developer convenience only. They are intentionally not documented and +# completely subject to change without notice. +# TGTS= all all-man buildkernel buildworld checkdpadd clean \ cleandepend cleandir depend distribute distributeworld everything \ hierarchy install installcheck installkernel installkernel.debug\ reinstallkernel reinstallkernel.debug installworld \ libraries lint maninstall \ - obj objlink regress rerelease tags update + obj objlink regress rerelease tags update \ + _worldtmp _legacy _bootstrap-tools _cleanobj _obj \ + _build-tools _cross-tools _includes _libraries _depend BITGTS= files includes BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/} |
