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