aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-11-03 08:56:39 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-11-03 08:56:39 +0000
commit6660f1d7c121dd4c3c5cf648d6660fc29a6450bd (patch)
treebc4b0a2cc3fc6bb520321021feb7cad53a41f5f8 /Makefile.inc1
parent8be20fbe2a9733b75ac6f3cebb5e83ca16db412e (diff)
Notes
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 0c270e9639e2..f9980634115b 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -522,7 +522,7 @@ distributeworld installworld: installcheck
mkdir -p ${INSTALLTMP}
for prog in [ awk cap_mkdb cat chflags chmod chown \
date echo egrep find grep install-info \
- ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
+ ln lockf make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
test true uname wc zic; do \
cp `which $$prog` ${INSTALLTMP}; \
done