Audit - not hooked up to the build, but provided for when the audit framework becomes available in the base system. GEOM - Incomplete, only covers striping and mirroring since that is all I have tested. Incomplete is better than nothing in my opinion. This one is hooked up to the build.
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			234 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			234 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Build the Handbook with just the content from this chapter.
 | |
| #
 | |
| # $FreeBSD$
 | |
| #
 | |
| 
 | |
| CHAPTERS= 	geom/chapter.sgml
 | |
| 
 | |
| VPATH=		..
 | |
| 
 | |
| MASTERDOC=	${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
 | |
| 
 | |
| DOC_PREFIX?= 	${.CURDIR}/../../../..
 | |
| 
 | |
| .include "../Makefile"
 |