19 lines
370 B
Makefile
19 lines
370 B
Makefile
# $FreeBSD: www/ja/security/Makefile,v 1.11 1999/12/23 01:16:13 kuriyama Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.6
|
|
|
|
LOCALTOP= ..
|
|
|
|
.if exists(${LOCALTOP}/Makefile.conf)
|
|
.include "${LOCALTOP}/Makefile.conf"
|
|
.endif
|
|
|
|
DOCS=
|
|
DOCS+= security.sgml
|
|
|
|
INDEXLINK= security.html
|
|
|
|
### Revision checking
|
|
REVCHECK= YES
|
|
|
|
.include "${LOCALTOP}/web.mk"
|