doc/es/ports/Makefile.inc0
Jesus Rodriguez Cuesta b273267b08 Fix a problem on building ports section with Makefile.gen
Pointed by: wosch
1999-11-15 20:37:56 +00:00

16 lines
279 B
Text

# $FreeBSD: www/en/ports/Makefile.inc0,v 1.2 1999/09/06 07:02:48 peter Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(Makefile.inc)
.include "Makefile.inc"
.endif
.if exists(Makefile.gen)
.include "Makefile.gen"
.endif
.include "../web.mk"