- Generated by chinsan, psilotum, tzhuan, whsyu PR: ports/99074 Submitted by: chinsan <chinsan.tw@gmail.dot.com>
15 lines
241 B
Makefile
15 lines
241 B
Makefile
#
|
|
# Build the Handbook with just the content from this chapter.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CHAPTERS= kerneldebug/chapter.sgml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|