16 lines
306 B
Makefile
16 lines
306 B
Makefile
# $FreeBSD: www/en/security/Makefile,v 1.6 1999/09/06 07:02:58 peter Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS=
|
|
DOCS+= security.sgml
|
|
|
|
INDEXLINK= security.html
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
|
|