summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-13 02:03:36 +0000
committerpeter <peter@FreeBSD.org>1998-06-13 02:03:36 +0000
commitb2d1ceea52dbb0bd35d15a71505d699539af0edc (patch)
treea470820d42ba8a8f6a6167eaff972cb50c97c3f6 /Makefile
parent90b89a118c811a2a88c48b9f5da4b481c65425ec (diff)
downloadFreeBSD-src-b2d1ceea52dbb0bd35d15a71505d699539af0edc.zip
FreeBSD-src-b2d1ceea52dbb0bd35d15a71505d699539af0edc.tar.gz
join(1) is used by lorder, add it to build-tools. (otherwise, things get
ugly when an a.out /usr/bin/join sees the elf LD_LIBRARY_PATH from a 'make world' and it's a.out ld.so tries to load the elf libc.so.)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36d2fe6..67017b3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.200 1998/06/07 10:50:28 sos Exp $
+# $Id: Makefile,v 1.201 1998/06/09 07:19:13 bde Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -778,6 +778,7 @@ build-tools:
usr.bin/find \
usr.bin/gencat \
usr.bin/id \
+ usr.bin/join \
usr.bin/lorder \
usr.bin/m4 \
usr.bin/mkdep \
OpenPOWER on IntegriCloud