14 lines
282 B
Makefile
14 lines
282 B
Makefile
# $FreeBSD: www/en/events/Makefile,v 1.1 2002/03/25 04:23:42 murray Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
SUBDIR= 2002
|
|
|
|
DATA= events.css
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|