Obtained from: The FreeBSD Simplified Chinese Project Thanks goes to: Gavin MU <gavin.mu at gmail dot com> [1], Fukang CHEN <loader at freebsdmall dot com> [2], intron <intron at intron dot ac> [3] [1] The original translation with me. [2] New layout and structural improvements. [3] Additional and continued contributions.
15 lines
341 B
Makefile
15 lines
341 B
Makefile
# The FreeBSD Simplified Chinese Project
|
|
# Original Revision: 1.1
|
|
#
|
|
# $FreeBSD: www/zh_CN/layout/Makefile,v 1.1.1000.1 2005/12/17 16:27:02 delphij Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
SUBDIR= css
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|