aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-03-15 14:22:32 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-03-15 14:22:32 +0000
commit902f7c5b54d0dad7a6f4973dc0ec99c91cbf88ea (patch)
treea37418ef1ddad27c5c33dc63c59295175eb4c809 /Makefile
parent7727f485de9f215e11468b3eac930b43d7211c61 (diff)
downloadsrc-902f7c5b54d0dad7a6f4973dc0ec99c91cbf88ea.tar.gz
src-902f7c5b54d0dad7a6f4973dc0ec99c91cbf88ea.zip
Make ${SUBDIR_TARGETS} work at the uppermost level as well.
Notes
Notes: svn path=/head/; revision=156740
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e084818665e..15241116046e 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,7 @@ TGTS= all all-man buildenv buildkernel buildworld check-old checkdpadd \
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
_build-tools _cross-tools _includes _libraries _depend \
build32 distribute32 install32
+TGTS+= ${SUBDIR_TARGETS}
BITGTS= files includes
BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}