From e2fea9c587e57074d9e4abc7983bde6b11afdd22 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 13 Jun 1998 02:03:36 +0000 Subject: [PATCH] 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.) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 36d2fe661964..67017b318706 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 \