12 lines
298 B
Makefile
12 lines
298 B
Makefile
# $FreeBSD: www/en/donations/Makefile,v 1.4 2003/01/27 16:41:12 trhodes Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= index.sgml wantlist.sgml donors.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|