diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-06-13 02:03:36 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-06-13 02:03:36 +0000 |
| commit | e2fea9c587e57074d9e4abc7983bde6b11afdd22 (patch) | |
| tree | 45109c6de658d477e10599d6f151d4ed5f25ce3e | |
| parent | 389825d55862df539593aef5a169df740b8c8c65 (diff) | |
Notes
| -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 \ |
