diff options
author | peter <peter@FreeBSD.org> | 1998-06-13 02:03:36 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-06-13 02:03:36 +0000 |
commit | b2d1ceea52dbb0bd35d15a71505d699539af0edc (patch) | |
tree | a470820d42ba8a8f6a6167eaff972cb50c97c3f6 /Makefile | |
parent | 90b89a118c811a2a88c48b9f5da4b481c65425ec (diff) | |
download | FreeBSD-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |