mirror of
https://git.FreeBSD.org/doc.git
synced 2026-06-02 11:25:20 +00:00
b4346b9b2d
- Reflect the rename in referencing files Approved by: doceng (implicit)
17 lines
267 B
Makefile
17 lines
267 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
# Article: Uafhængig Verifikation af IPsec Funktionalitet i FreeBSD
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.xml
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|