diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-07-23 16:43:03 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-07-23 16:43:03 +0000 |
| commit | fa90cca2fc9e6ec15d0a457068c1d7579c11ff91 (patch) | |
| tree | 58723a586189d2777fc90ed1c458320046d1228c | |
| parent | 11017a687b18aeed141130568aaf4d307b840491 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 0a730e64d79a..bfadc55a3486 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -508,7 +508,7 @@ _strfile= games/fortune/strfile bootstrap-tools: .for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config \ - usr.sbin/mtree gnu/usr.bin/gperf gnu/usr.bin/texinfo + gnu/usr.bin/gperf gnu/usr.bin/texinfo cd ${.CURDIR}/${_tool}; \ ${MAKE} obj; \ ${MAKE} depend; \ |
