aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRoger Pau Monné <royger@FreeBSD.org>2018-08-17 07:27:15 +0000
committerRoger Pau Monné <royger@FreeBSD.org>2018-08-17 07:27:15 +0000
commit2502c66bbdaefbe6299ad7288a6a3150546123aa (patch)
tree00aeea9321d3bacd7325e6138cfc4f206a936b64 /Makefile.inc1
parent9ebbebe4f763addd4e6269a2b4b76688f5f2fb04 (diff)
downloadsrc-2502c66bbdaefbe6299ad7288a6a3150546123aa.tar.gz
src-2502c66bbdaefbe6299ad7288a6a3150546123aa.zip
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 50774edeafef..621f1bfc5eac 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -833,7 +833,7 @@ IMAKEENV+= PATH=${TMPPATH}:${INSTALLTMP}
# When generating install media, do not allow user and group information from
# the build host to affect the contents of the distribution.
-.if make(distributeworld)
+.if make(distributeworld) || make(distrib-dirs) || make(distribution)
DB_FROM_SRC= yes
.endif