12 lines
155 B
Makefile
12 lines
155 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DOCS=
|
|
DOCS+= security.sgml
|
|
|
|
INDEXLINK= security.html
|
|
|
|
.include "../web.mk"
|