summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-04 09:49:00 +0000
committerru <ru@FreeBSD.org>2003-03-04 09:49:00 +0000
commit1ad4049fcc2b63d8362389cdc6a5ee2c00f73ef4 (patch)
tree45e60adaa4fb4a7892473f3d2dd512d1e17eacea /Makefile.inc1
parenta91ea472ec54c8d178b74d8c759010f9eb6fad94 (diff)
downloadFreeBSD-src-1ad4049fcc2b63d8362389cdc6a5ee2c00f73ef4.zip
FreeBSD-src-1ad4049fcc2b63d8362389cdc6a5ee2c00f73ef4.tar.gz
MFC: Ship with /etc/login.conf hashed.
Approved by: re
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 42db2fb..137c38c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -386,8 +386,7 @@ installcheck:
#
distributeworld installworld: installcheck
mkdir -p ${INSTALLTMP}
- for prog in [ awk cat cap_mkdb chflags chmod chown \
- date echo egrep find grep \
+ for prog in [ awk 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}; \
OpenPOWER on IntegriCloud