summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-27 12:11:35 +0000
committerru <ru@FreeBSD.org>2005-02-27 12:11:35 +0000
commit5d9bc16368a571a4efed23a179ae62e3a0610008 (patch)
tree53b507c2318524c454b62f1e78e77807966c87e8 /Makefile
parent129e10db74a618ccca6ff0fd28d4336b2edfbdea (diff)
downloadFreeBSD-src-5d9bc16368a571a4efed23a179ae62e3a0610008.zip
FreeBSD-src-5d9bc16368a571a4efed23a179ae62e3a0610008.tar.gz
Added the convenience "distribution" target which calls the
target of the same name from src/etc/Makefile with a proper environment, suitable to be used during upgrades and cross- builds.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ce7febc..73cbc97 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,8 @@
# completely subject to change without notice.
#
TGTS= all all-man buildenv buildkernel buildworld checkdpadd clean \
- cleandepend cleandir depend distribute distributeworld everything \
+ cleandepend cleandir depend distribute distributeworld \
+ distribution everything \
hierarchy install installcheck installkernel installkernel.debug\
reinstallkernel reinstallkernel.debug installworld \
kernel-toolchain libraries lint maninstall \
OpenPOWER on IntegriCloud