summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-02-20 20:39:31 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-02-20 20:39:31 +0000
commitff40e40b779e0d47da83d2059457f138bf0ba8e6 (patch)
tree32bb7262a36aaa5c572d592c49bf4582ce6fe364
parent32b03bd58eda7102bb0c663c1c61b4128550a206 (diff)
downloadsrc-test2-ff40e40b779e0d47da83d2059457f138bf0ba8e6.tar.gz
src-test2-ff40e40b779e0d47da83d2059457f138bf0ba8e6.zip
Add touch to bootstap-tools. It appears to be necessary in order
to make release RELENG_4_7 on later 4.x or 5.x systems.
Notes
Notes: svn path=/releng/4.7/; revision=111191
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4d458d923a55..9253c9b28609 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -577,7 +577,7 @@ _strfile= games/fortune/strfile
bootstrap-tools:
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \
- usr.bin/uudecode usr.bin/xinstall \
+ usr.bin/uudecode usr.bin/xinstall usr.bin/touch \
usr.sbin/config \
gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo
${ECHODIR} "===> ${_tool}"; \