Add makefile for console server tutorial.

This commit is contained in:
Murray Stokely 2001-09-13 07:23:16 +00:00
parent 68f7ddab1c
commit a032d267ea
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10683

View file

@ -0,0 +1,18 @@
# $FreeBSD$
DOC?= article
DOCFORMAT= html
FORMATS?= html
INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=
SRCS= article.sgml
CSS_SHEET= itgastyle.css
IMAGES= tk0231-9-1.png
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"