Add Makefile for mailing-list-faq

This commit is contained in:
Denis Peplin 2004-06-08 13:32:18 +00:00
parent 9c9f480557
commit 9f79c31d20
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21125

View file

@ -0,0 +1,16 @@
#
# $FreeBSD$
#
# Article: Frequently Asked Questions About The FreeBSD Mailing Lists
DOC?= article
FORMATS?= html
INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=
SRCS= article.sgml
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"