summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-10-04 18:53:38 +0000
committerru <ru@FreeBSD.org>2003-10-04 18:53:38 +0000
commit0f6892a7db8fbd494d563be9a95c9f878f459ff3 (patch)
tree2bb31e63c4b826832d92ac67ff7205624e9ddd18 /Makefile
parentbd85d420ce92d5ed817643c926459e930a7025d2 (diff)
downloadFreeBSD-src-0f6892a7db8fbd494d563be9a95c9f878f459ff3.zip
FreeBSD-src-0f6892a7db8fbd494d563be9a95c9f878f459ff3.tar.gz
Retired the "most" and "installmost" targets -- they just
do not have a chance to work nowadays as we have a lot of internal libraries in lib/. Discussed with: marcel, wollman
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 16ae239..6b17b82 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/}
OpenPOWER on IntegriCloud