Forgot to add the Makefile for the audit chapter.

This commit is contained in:
Remko Lodder 2005-08-22 21:14:00 +00:00
parent 2925ad09ff
commit 052380904a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25428

View file

@ -0,0 +1,15 @@
#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD$
#
CHAPTERS= audit/chapter.sgml
VPATH= ..
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
DOC_PREFIX?= ${.CURDIR}/../../../..
.include "../Makefile"