cb829a2115
Translated by: Pengfei Ju [jupengfei at gmail dot com] Obtained from: The FreeBSD Simplified Chinese Project
16 lines
300 B
Makefile
16 lines
300 B
Makefile
#
|
|
# The FreeBSD Simplified Chinese Project
|
|
# Original Revision: 1.52
|
|
#
|
|
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR+= contributing
|
|
SUBDIR+= cvs-freebsd
|
|
SUBDIR+= linux-users
|
|
SUBDIR+= nanobsd
|
|
SUBDIR+= rc-scripting
|
|
SUBDIR+= remote-install
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|