head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2011.07.25.07.35.42;	author hrs;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Use bsd.subdir.mk for sub-directory handling.

Discussed with:	shaun
@
text
@# $FreeBSD$

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

SUBDIR=	Section

DATA=	MIMEIterator.pm Section.pm

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