summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-06-16 18:16:14 +0000
committerru <ru@FreeBSD.org>2005-06-16 18:16:14 +0000
commit73ab2fc036124d8b8ca662ced3919e56265959b7 (patch)
tree45d1addfe5c2606789a40380e44946682e84ad9c /Makefile
parentb4f8c168e5947e8b62b512b2f35968a73f925633 (diff)
downloadFreeBSD-src-73ab2fc036124d8b8ca662ced3919e56265959b7.zip
FreeBSD-src-73ab2fc036124d8b8ca662ced3919e56265959b7.tar.gz
Provide 32-bit runtime support on amd64 as a separate distribution, lib32.
Prodded by: obrien Nodded by: peter Approved by: re
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdf55fe..cede276 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ TGTS= all all-man buildenv buildkernel buildworld checkdpadd clean \
obj objlink regress rerelease tags toolchain update \
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
_build-tools _cross-tools _includes _libraries _depend \
- build32 install32
+ build32 distribute32 install32
BITGTS= files includes
BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
OpenPOWER on IntegriCloud