diff --git a/release/doc/Makefile b/release/doc/Makefile index 40581090f3a..51076c21309 100644 --- a/release/doc/Makefile +++ b/release/doc/Makefile @@ -3,7 +3,7 @@ # The user can override the default language to build and install # with the RELNOTES_LANG variable. # -#SUBDIR = share/sgml +SUBDIR = share/sgml .if defined(RELNOTES_LANG) && !empty(RELNOTES_LANG) SUBDIR+= ${RELNOTES_LANG} .else diff --git a/release/doc/en_US.ISO8859-1/Makefile b/release/doc/en_US.ISO8859-1/Makefile index 49f720a47d3..ae6ed85203c 100644 --- a/release/doc/en_US.ISO8859-1/Makefile +++ b/release/doc/en_US.ISO8859-1/Makefile @@ -3,7 +3,7 @@ RELN_ROOT?= ${.CURDIR}/.. SUBDIR = relnotes -#SUBDIR+= hardware +SUBDIR+= hardware SUBDIR+= readme SUBDIR+= errata SUBDIR+= installation