- Remove mike@ from MAINTAINER and from document Approved by: maintainer timeout (about 2 month this time and 2 years inactivity totally), silence on standarts@, simon
15 lines
323 B
Makefile
15 lines
323 B
Makefile
# Summary for C99 project status
|
|
#
|
|
# $FreeBSD: www/en/projects/c99/Makefile,v 1.1 2002/04/12 05:54:19 murray Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= index.sgml
|
|
DATA= style.css
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|