summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-22 08:18:37 +0000
committerru <ru@FreeBSD.org>2004-01-22 08:18:37 +0000
commit69fd34608d7f8232c0209cb1f07f7f773ab587cc (patch)
tree946dc1c73e1f74680fc7804fd296390a0ca47df2 /release/Makefile
parent2dafdd4f00f15fa15ca85cd71c1f3c02f97f0e86 (diff)
downloadFreeBSD-src-69fd34608d7f8232c0209cb1f07f7f773ab587cc.zip
FreeBSD-src-69fd34608d7f8232c0209cb1f07f7f773ab587cc.tar.gz
- Run makewhatis(1) in etc/Makefile at the end of "install".
- Removed redundant and undocumented NO_MAKEDB_RUN knob.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 0f0e4813..556820d 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -535,7 +535,7 @@ release.2:
release.3:
# Handle some grief caused by the munition braindeadness.
cd ${.CURDIR}/..; \
- ${CROSSMAKE} ${WORLD_FLAGS} -DNO_MAKEDB_RUN -DNOCRYPT \
+ ${CROSSMAKE} ${WORLD_FLAGS} -DNOCRYPT \
SUBDIR_OVERRIDE="${FIXCRYPTO}" \
buildworld distributeworld DISTDIR=${RD}/trees
-chflags -R noschg ${RD}/trees
OpenPOWER on IntegriCloud