18 lines
		
	
	
	
		
			424 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			424 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# $FreeBSD: doc/en_US.ISO_8859-1/articles/Makefile,v 1.7 2000/06/07 23:24:18 nik Exp $
 | 
						|
 | 
						|
SUBDIR = committers-guide
 | 
						|
SUBDIR+= dialup-firewall
 | 
						|
SUBDIR+= diskless-x
 | 
						|
SUBDIR+= fonts
 | 
						|
SUBDIR+= formatting-media
 | 
						|
SUBDIR+= ipsec-must
 | 
						|
SUBDIR+= mh
 | 
						|
SUBDIR+= multi-os
 | 
						|
SUBDIR+= new-users
 | 
						|
SUBDIR+= programming-tools
 | 
						|
SUBDIR+= zip-drive
 | 
						|
 | 
						|
# ROOT_SYMLINKS+= new-users
 | 
						|
 | 
						|
DOC_PREFIX?= ${.CURDIR}/../..
 | 
						|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
 |