Right For You." This article attempts to provide an introduction to such concepts as Releases, Branches, and STABLE vs. CURRENT, which are currently scattered around between the FAQ, various Release Engineering documents, and folklore on the mailing lists. The material in the FAQ should probably be deleted and this used as its replacement. This material does not replace any of the Release Engineering documentation, but it does attempt to discuss how the concepts discussed in great detail therein should influence user decisions on which version to install. In particular, this article attempts to inform users about the current thinking of the development team in terms of how future releases are going to be done. A companion article comparing e.g. 5.X vs 6.X would be useful but is outside the scope of this commit. This article is partially a response to the "Quality of FreeBSD" thread on freebsd-stable in July 2005 (and its many antecedents). Submitted for review to: core, re, secteam Reviewed by: imp, wes, remko, simon, and others
		
			
				
	
	
		
			50 lines
		
	
	
	
		
			997 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
	
		
			997 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# $FreeBSD$
 | 
						|
 | 
						|
SUBDIR =
 | 
						|
SUBDIR+= 5-roadmap
 | 
						|
SUBDIR+= checkpoint
 | 
						|
SUBDIR+= committers-guide
 | 
						|
SUBDIR+= console-server
 | 
						|
SUBDIR+= contributing
 | 
						|
SUBDIR+= contributors
 | 
						|
SUBDIR+= cvs-freebsd
 | 
						|
SUBDIR+= cvsup-advanced
 | 
						|
SUBDIR+= dialup-firewall
 | 
						|
SUBDIR+= diskless-x
 | 
						|
SUBDIR+= euro
 | 
						|
SUBDIR+= explaining-bsd
 | 
						|
SUBDIR+= fbsd-from-scratch
 | 
						|
SUBDIR+= filtering-bridges
 | 
						|
SUBDIR+= fonts
 | 
						|
SUBDIR+= formatting-media
 | 
						|
SUBDIR+= freebsd-questions
 | 
						|
SUBDIR+= hats
 | 
						|
SUBDIR+= hubs
 | 
						|
SUBDIR+= ipsec-must
 | 
						|
SUBDIR+= java-tomcat
 | 
						|
SUBDIR+= laptop
 | 
						|
SUBDIR+= linux-comparison
 | 
						|
SUBDIR+= mailing-list-faq
 | 
						|
SUBDIR+= mh
 | 
						|
SUBDIR+= multi-os
 | 
						|
SUBDIR+= new-users
 | 
						|
SUBDIR+= pam
 | 
						|
SUBDIR+= portbuild
 | 
						|
SUBDIR+= pr-guidelines
 | 
						|
SUBDIR+= problem-reports
 | 
						|
SUBDIR+= pxe
 | 
						|
SUBDIR+= relaydelay
 | 
						|
SUBDIR+= releng
 | 
						|
SUBDIR+= releng-packages
 | 
						|
SUBDIR+= serial-uart
 | 
						|
SUBDIR+= solid-state
 | 
						|
SUBDIR+= storage-devices
 | 
						|
SUBDIR+= version-guide
 | 
						|
SUBDIR+= vinum
 | 
						|
SUBDIR+= vm-design
 | 
						|
SUBDIR+= zip-drive
 | 
						|
 | 
						|
# ROOT_SYMLINKS+= new-users
 | 
						|
 | 
						|
DOC_PREFIX?= ${.CURDIR}/../..
 | 
						|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
 |