diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-31 04:45:47 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-31 04:45:47 +0000 |
commit | c0913e73f90f15a4c61b5b0ffe531c3043fade8a (patch) | |
tree | 89167ab494636b458f2722f3d7fc673005c90d4c | |
parent | 3148c2c96a209e12554eb87076738e8619f38d1b (diff) |
Notes
-rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 91c5071301095..45e25377ff965 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}; \ |