doc/en/ports/Makefile.inc0
Jun Kuriyama 391dc88a96 Switch web.mk to share/mk/web.site.mk in English version.
Remove ${.CURDIR} added at previous commit (nbm) because it seems this is
not necessary and mismatched with argument of .include directive.
2000-11-07 08:31:00 +00:00

17 lines
362 B
Text

# $FreeBSD: www/en/ports/Makefile.inc0,v 1.3 2000/09/30 00:21:39 nbm 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"