From c456c3d02be10950b4ee9ad8015de81d9817d94e Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Thu, 1 Nov 2018 17:05:34 +0000 Subject: [PATCH] Temporarily turn off evaluating BUILD_RELNOTES while debugging something. Sponsored by: The FreeBSD Foundation --- en_US.ISO8859-1/htdocs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/htdocs/Makefile b/en_US.ISO8859-1/htdocs/Makefile index aeddc3888a..ee694ab8eb 100644 --- a/en_US.ISO8859-1/htdocs/Makefile +++ b/en_US.ISO8859-1/htdocs/Makefile @@ -75,9 +75,9 @@ SUBDIR+= support SUBDIR+= doc SUBDIR+= ports .endif -.if defined(BUILD_RELNOTES) +#.if defined(BUILD_RELNOTES) SUBDIR+= relnotes -.endif +#.endif # Non-XML SUBDIR+= cgi