mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
16 lines
273 B
Makefile
16 lines
273 B
Makefile
# $FreeBSD$
|
|
|
|
RELN_ROOT?= ${.CURDIR}/..
|
|
|
|
SUBDIR = relnotes
|
|
SUBDIR+= hardware
|
|
SUBDIR+= readme
|
|
SUBDIR+= errata
|
|
SUBDIR+= installation
|
|
SUBDIR+= early-adopter
|
|
|
|
COMPAT_SYMLINK = en
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|