12 lines
197 B
Makefile
12 lines
197 B
Makefile
# $Id: Makefile,v 1.5 1999-05-31 01:39:29 billf Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DOCS=
|
|
DOCS+= security.sgml
|
|
|
|
INDEXLINK= security.html
|
|
|
|
.include "../web.mk"
|