19 lines
462 B
Text
19 lines
462 B
Text
# $FreeBSD: www/ja/ports/Makefile.inc0,v 1.2 2000/10/03 11:10:50 hrs Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.4
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
.if exists(../../en/ports/Makefile.inc)
|
|
.include "../../en/ports/Makefile.inc"
|
|
.endif
|
|
|
|
.if exists(Makefile.gen)
|
|
.include "Makefile.gen"
|
|
.endif
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|