summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-12-05 00:56:03 +0000
committergjb <gjb@FreeBSD.org>2013-12-05 00:56:03 +0000
commit8801a18040e4104adf5b44d345c3918888c8d656 (patch)
treedd1681fc1c2da3fcda6d6833db33908d75a25379 /release/Makefile
parent3773c6ccf58f68abf40c75f2aeb1bdeb8733b824 (diff)
downloadFreeBSD-src-8801a18040e4104adf5b44d345c3918888c8d656.zip
FreeBSD-src-8801a18040e4104adf5b44d345c3918888c8d656.tar.gz
Ensure WITH_DVD is not empty to prevent 'WITH_DVD= ' from evaluating
to true. Submitted by: hrs MFC after: 3 days X-MFC-to-10: immediate Sponsored by: The FreeBSD Foundation
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 ff773b9..89f9066 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -79,7 +79,7 @@ IMAGES=
.if exists(${.CURDIR}/${TARGET}/mkisoimages.sh)
RELEASE_TARGETS+= cdrom
IMAGES+= disc1.iso bootonly.iso
-. if defined(WITH_DVD)
+. if defined(WITH_DVD) && !empty(WITH_DVD)
RELEASE_TARGETS+= dvdrom
IMAGES+= dvd1.iso
. endif
OpenPOWER on IntegriCloud