Temporarily turn off evaluating BUILD_RELNOTES while debugging

something.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2018-11-01 17:05:34 +00:00
parent 6f8719ccfe
commit c456c3d02b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52446

View file

@ -75,9 +75,9 @@ SUBDIR+= support
SUBDIR+= doc SUBDIR+= doc
SUBDIR+= ports SUBDIR+= ports
.endif .endif
.if defined(BUILD_RELNOTES) #.if defined(BUILD_RELNOTES)
SUBDIR+= relnotes SUBDIR+= relnotes
.endif #.endif
# Non-XML # Non-XML
SUBDIR+= cgi SUBDIR+= cgi