diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-10-04 18:53:38 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-10-04 18:53:38 +0000 |
| commit | 829340b175aab9ea365b5ff4cd5720a5c82aaacb (patch) | |
| tree | 2bb31e63c4b826832d92ac67ff7205624e9ddd18 /Makefile | |
| parent | e2b40c9599cac31be3886b5c4fa7c0877ba9f1b6 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile index 16ae239b4168a..6b17b82905a7e 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,6 @@ # reinstallkernel.debug # kernel - buildkernel + installkernel. # update - Convenient way to update your source tree (cvs). -# most - Build user commands, no libraries or include files. -# installmost - Install user commands, no libraries or include files. # # This makefile is simple by design. The FreeBSD make automatically reads # the /usr/share/mk/sys.mk unless the -m argument is specified on the @@ -63,9 +61,9 @@ TGTS= all all-man buildkernel buildworld checkdpadd clean \ cleandepend cleandir depend distribute distributeworld everything \ hierarchy install installcheck installkernel installkernel.debug\ - reinstallkernel reinstallkernel.debug installmost installworld \ + reinstallkernel reinstallkernel.debug installworld \ libraries lint maninstall \ - most obj objlink regress rerelease tags update + obj objlink regress rerelease tags update BITGTS= files includes BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/} |
