diff options
author | ru <ru@FreeBSD.org> | 2003-03-04 17:24:18 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-03-04 17:24:18 +0000 |
commit | cc661efe39db9f7b28546f9fc2ed4909372954a6 (patch) | |
tree | 5d8fad313a428a03cf0b815c87089aa96b8c6b4c /Makefile.inc1 | |
parent | a658027292c4cff5d383a5e5c5eeea5f27daa33d (diff) | |
download | FreeBSD-src-cc661efe39db9f7b28546f9fc2ed4909372954a6.zip FreeBSD-src-cc661efe39db9f7b28546f9fc2ed4909372954a6.tar.gz |
Doh, committed to the wrong branch.
Spotted by: johan
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 137c38c..25f68ce 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -386,7 +386,8 @@ installcheck: # distributeworld installworld: installcheck mkdir -p ${INSTALLTMP} - for prog in [ awk cat chflags chmod chown date echo egrep find grep \ + for prog in [ awk cap_mkdb cat chflags chmod chown \ + date echo egrep find grep \ ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \ test true uname wc zic; do \ cp `which $$prog` ${INSTALLTMP}; \ |