12 lines
		
	
	
	
		
			353 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			353 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $Id: Makefile,v 1.7 1998-07-23 10:25:12 wosch Exp $
 | |
| 
 | |
| .NOTPARALLEL: 
 | |
| 
 | |
| SGMLOPTS=-links
 | |
| DOC=	FAQ
 | |
| SRCS= FAQ.sgml acknowledgments.sgml admin.sgml applications.sgml
 | |
| SRCS+= commercial.sgml hackers.sgml hardware.sgml install.sgml
 | |
| SRCS+= kernelconfig.sgml misc.sgml network.sgml preface.sgml
 | |
| SRCS+=	serial.sgml troubleshoot.sgml x.sgml
 | |
| 
 | |
| .include <bsd.sgml.mk>
 |