16 lines
274 B
Makefile
16 lines
274 B
Makefile
#
|
|
# Build the Handbook with just the content from this chapter.
|
|
#
|
|
# Original Revision: 1.2
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CHAPTERS= advanced-networking/chapter.sgml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|