aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-03-04 17:24:18 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-03-04 17:24:18 +0000
commit9e16baf5ffe29f6e18910c798e4ed33d5107765d (patch)
treef29db093bc5fdbb4c6ff2483791de44a3d52d323 /Makefile.inc1
parentffd4c46178d5920cfbf42a8a0b048a0d9c2e538b (diff)
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 725f1b943140..308cf1917a0b 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -362,7 +362,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 makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl \
test true uname wc zic; do \
cp `which $$prog` ${INSTALLTMP}; \