14 lines
299 B
Makefile
14 lines
299 B
Makefile
# $FreeBSD: www/es/security/Makefile,v 1.3 2000/11/29 23:57:09 kuriyama Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= security.sgml
|
|
|
|
INDEXLINK= security.html
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|