Add Makefiles for C99 / POSIX conformance project.
This commit is contained in:
parent
d60143b179
commit
48b288997e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12766
2 changed files with 21 additions and 0 deletions
4
en/projects/Makefile.inc
Normal file
4
en/projects/Makefile.inc
Normal file
|
@ -0,0 +1,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
WEBBASE?= /data/projects
|
||||
WEB_PREFIX?= ${.CURDIR}/../../..
|
17
en/projects/c99/Makefile
Normal file
17
en/projects/c99/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Summary for C99 project status
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= mike
|
||||
|
||||
.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"
|
Loading…
Reference in a new issue