summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-05-31 04:45:47 +0000
committerru <ru@FreeBSD.org>2005-05-31 04:45:47 +0000
commit2696f1bfd4c7a8804c4c55e699e0c3681965d308 (patch)
tree89167ab494636b458f2722f3d7fc673005c90d4c /Makefile.inc1
parent09a2a994693f699063e5c844580e6097b817d38c (diff)
downloadFreeBSD-src-2696f1bfd4c7a8804c4c55e699e0c3681965d308.zip
FreeBSD-src-2696f1bfd4c7a8804c4c55e699e0c3681965d308.tar.gz
Add install-info to the list of install tools now that we don't
always bootstrap texinfo. Reported by: scottl
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 91c5071..45e2537 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -516,7 +516,7 @@ installcheck: ${SPECIAL_INSTALLCHECKS}
distributeworld installworld: installcheck
mkdir -p ${INSTALLTMP}
for prog in [ awk cap_mkdb cat chflags chmod chown \
- date echo egrep find grep \
+ date echo egrep find grep install-info \
ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
test true uname wc zic; do \
cp `which $$prog` ${INSTALLTMP}; \
OpenPOWER on IntegriCloud