doc/es/ports/Makefile.inc0
Jun Kuriyama 61e47211ef Switch web.mk to share/mk/web.site.mk in Spanish version.
(with "obj" fixes)

Submitted by:	nbm
2000-11-29 23:57:09 +00:00

19 lines
367 B
Text

# $FreeBSD: www/es/ports/Makefile.inc0,v 1.1 1999/11/15 20:37:56 jesusr Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
.if exists(Makefile.inc)
.include "Makefile.inc"
.endif
.if exists(Makefile.gen)
.include "Makefile.gen"
.endif
.include "${WEB_PREFIX}/share/mk/web.site.mk"