diff options
author | Roger Pau Monné <royger@FreeBSD.org> | 2018-08-17 07:27:15 +0000 |
---|---|---|
committer | Roger Pau Monné <royger@FreeBSD.org> | 2018-08-17 07:27:15 +0000 |
commit | 2502c66bbdaefbe6299ad7288a6a3150546123aa (patch) | |
tree | 00aeea9321d3bacd7325e6138cfc4f206a936b64 /Makefile.inc1 | |
parent | 9ebbebe4f763addd4e6269a2b4b76688f5f2fb04 (diff) | |
download | src-2502c66bbdaefbe6299ad7288a6a3150546123aa.tar.gz src-2502c66bbdaefbe6299ad7288a6a3150546123aa.zip |
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 2 |
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 |