diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:05:11 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:05:11 +0000 |
| commit | 582ef25f944d28a5862c098dd2ea44497814efa1 (patch) | |
| tree | d1178e8c41b6f75612603094f5771ee127338dd0 /release/Makefile | |
| parent | dd991de030cfb3eb639827249f93d94f365cdde6 (diff) | |
Notes
Diffstat (limited to 'release/Makefile')
| -rw-r--r-- | release/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 4289affb592c..4af7c4529791 100644 --- a/release/Makefile +++ b/release/Makefile @@ -359,7 +359,7 @@ release rerelease: .endif mkdir -p ${CHROOTDIR} @echo ">>> make release for ${TARGET} started on `LC_ALL=C TZ=GMT date`" - cd ${WORLDDIR} && ${NATIVEMAKE} -DNO_GAMES -DNOHTML -DNO_INFO -DNO_MAN \ + cd ${WORLDDIR} && ${NATIVEMAKE} -DNO_GAMES -DNO_HTML -DNO_INFO -DNO_MAN \ -DNO_PROFILE installworld DESTDIR=${CHROOTDIR} cd ${WORLDDIR}/etc && ${NATIVEMAKE} distribution DESTDIR=${CHROOTDIR} if [ -f /etc/resolv.conf ]; then \ |
