17 lines
299 B
Makefile
17 lines
299 B
Makefile
|
# The FreeBSD Simplified Chinese Project
|
||
|
# Original Revision: 1.6
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
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"
|