16 lines
333 B
Makefile
16 lines
333 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-www/security/Makefile,v 1.1 2003/05/11 17:43:18 mheinen Exp $
|
|
# basiert auf: 1.7
|
|
|
|
.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"
|