391dc88a96
Remove ${.CURDIR} added at previous commit (nbm) because it seems this is not necessary and mismatched with argument of .include directive.
17 lines
362 B
Text
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"
|