53a134d326
1.5 -> 1.6 hardware/Makefile (new) -> 1.1 hardware/amd64/Makefile (new) -> 1.1 hardware/amd64/article.sgml (new) -> 1.1 hardware/amd64/proc-amd64.sgml 1.4 -> 1.5 hardware/common/hw.ent 1.5 -> 1.6 relnotes/Makefile (new) -> 1.1 relnotes/amd64/Makefile (new) -> 1.1 relnotes/amd64/article.sgml
15 lines
256 B
Makefile
15 lines
256 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.6
|
|
|
|
RELN_ROOT?= ${.CURDIR}/../..
|
|
|
|
SUBDIR = alpha
|
|
SUBDIR+= amd64
|
|
SUBDIR+= ia64
|
|
SUBDIR+= i386
|
|
SUBDIR+= pc98
|
|
SUBDIR+= sparc64
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|