is signed up pointing to /ipv6/ for IPv6 specific information. Do not provide the Logo for now until the license details can be sorted.
23 lines
530 B
Makefile
23 lines
530 B
Makefile
# $FreeBSD: www/en/ipv6/Makefile,v 1.4 2011/06/10 11:46:31 bz Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS+= index.sgml
|
|
DOCS+= ipv6only.sgml
|
|
DOCS+= w6d.sgml
|
|
DOCS+= w6l.sgml
|
|
DOCS+= w6d-www-stats.sgml
|
|
|
|
DATA+= IPv6-badge-blue-256-trans.png \
|
|
IPv6-badge-blue-128-trans.png
|
|
DATA+= w6d-www-stats-large.png \
|
|
w6d-www-stats-v6-large.png \
|
|
w6d-www-stats-v6.png \
|
|
w6d-www-stats.png
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|