doc/en/projects/nanobsd/Makefile
Poul-Henning Kamp 52cdf70a21 Add the actual nanobsd files.
Some day I will try to learn how to use CVS...
2005-04-18 11:48:10 +00:00

17 lines
285 B
Makefile

# NanoBSD: packing up FreeBSD for appliances.
#
# $FreeBSD$
MAINTAINER= phk
.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"