doc/en/projects/acpi/Makefile
Mark Santcroos 076623f022 Add (start of) acpi project page.
Don't yet link it from the list of projects.

Approved by:	njl
2004-04-18 20:34:26 +00:00

17 lines
261 B
Makefile

# ACPI project page
#
# $FreeBSD$
MAINTAINER= marks
.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"