Uncomment the BUILD_RELNOTES evaluation now that the relnotes.html

page updating has been fixed.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2018-12-05 20:18:21 +00:00
parent f792f9b3a7
commit aeb6f6a0d2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52605

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