aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/handbook/Makefile
blob: 6d435b2ce587fa3e4e7f4e7064cb278c288e418d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD: www/en/docproj/Makefile,v 1.9 2001/07/31 00:24:23 murray Exp $

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DATA=   index.html 

.include "${WEB_PREFIX}/share/mk/web.site.mk"