7593f63c91
build. This will give ia64 folks the chance to help flesh these out, and also ensure that (when the time comes) ia64 releases with documentation won't fall over due to missing RELNOTESng files.
13 lines
216 B
Makefile
13 lines
216 B
Makefile
# $FreeBSD$
|
|
|
|
RELN_ROOT?= ${.CURDIR}/../..
|
|
|
|
SUBDIR = alpha
|
|
SUBDIR+= ia64
|
|
SUBDIR+= i386
|
|
SUBDIR+= pc98
|
|
SUBDIR+= sparc64
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|