head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2006.10.18.19.34.16;	author danger;	state dead;
branches;
next	1.1;

1.1
date	2006.10.16.19.15.36;	author danger;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- remove useless chapter Makefile
- add kernelbuild/chapter.sgml to the main Makefile

Approved by: keramida (mentor)
@
text
@#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/kernelbuild/Makefile,v 1.1 2006/10/16 19:15:36 danger Exp $
#

CHAPTERS= 	kernelconfig/chapter.sgml

VPATH=		..

MASTERDOC=	${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}

DOC_PREFIX?= 	${.CURDIR}/../../../..

.include "../Makefile"
@


1.1
log
@- remove "traditional" way of building kernel and add it to the
  developers' handbook instead

Approved by: keramida (mentor), trhodes (mentor)
@
text
@d4 1
a4 1
# $FreeBSD$
@

