diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-06 08:24:32 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-06 08:24:32 +0000 |
| commit | 9c15e38ac2c9ea6d4b0883bb7fdcd6dbd97a9c11 (patch) | |
| tree | b9b68d97c9a70e699026dae80d1a3d09206216d2 | |
| parent | 826236b7954556246640d37d4172d11b00228072 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 1fab98d1b130..34a6c1ac8af8 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -599,7 +599,7 @@ _libkrb5= kerberos5/lib/libroken kerberos5/lib/libvers \ build-tools: .for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \ ${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} \ - usr.bin/file usr.sbin/sysinstall + usr.bin/awk usr.bin/file usr.sbin/sysinstall cd ${.CURDIR}/${_tool}; ${MAKE} build-tools .endfor |
