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