doc/en/projects/bigdisk/Makefile
Scott Long 50d93bf0bc Add a project page for tracking work that needs to be done to support
large filesystems and storage arrays.
2004-09-12 18:33:10 +00:00

17 lines
302 B
Makefile

# Summary of work needed to support large disks and arrays.
#
# $FreeBSD$
MAINTAINER= scottl
.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"