doc/es/security/Makefile
Jun Kuriyama 61e47211ef Switch web.mk to share/mk/web.site.mk in Spanish version.
(with "obj" fixes)

Submitted by:	nbm
2000-11-29 23:57:09 +00:00

17 lines
349 B
Makefile

# $FreeBSD: www/es/security/Makefile,v 1.2 1999/09/06 07:03:14 peter Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS=
DOCS+= programmers.sgml
DOCS+= security.sgml
DOCS+= secure.sgml
INDEXLINK= security.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"