16 lines
272 B
Makefile
16 lines
272 B
Makefile
# $FreeBSD$
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.4
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DOCS=
|
|
DOCS+= programmers.sgml
|
|
DOCS+= security.sgml
|
|
DOCS+= secure.sgml
|
|
|
|
INDEXLINK= security.html
|
|
|
|
.include "../../web.mk"
|