Forgot to add the Makefile for the audit chapter.
This commit is contained in:
parent
2925ad09ff
commit
052380904a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25428
1 changed files with 15 additions and 0 deletions
15
nl_NL.ISO8859-1/books/handbook/audit/Makefile
Normal file
15
nl_NL.ISO8859-1/books/handbook/audit/Makefile
Normal 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"
|
Loading…
Reference in a new issue