diff options
author | ru <ru@FreeBSD.org> | 2006-03-15 14:22:32 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-03-15 14:22:32 +0000 |
commit | d90987744ceef2c8641d5082caa323c4fd0c67f9 (patch) | |
tree | a37418ef1ddad27c5c33dc63c59295175eb4c809 /Makefile | |
parent | b4a7a9652783df1c0f796daf2810736103238511 (diff) | |
download | FreeBSD-src-d90987744ceef2c8641d5082caa323c4fd0c67f9.zip FreeBSD-src-d90987744ceef2c8641d5082caa323c4fd0c67f9.tar.gz |
Make ${SUBDIR_TARGETS} work at the uppermost level as well.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/} |