14 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $Id: Makefile,v 1.4 1998-08-11 11:43:53 wosch Exp $
 | |
| 
 | |
| .if exists(../Makefile.conf)
 | |
| .include "../Makefile.conf"
 | |
| .endif
 | |
| 
 | |
| DOCS=  
 | |
| DOCS+=	programmers.sgml
 | |
| DOCS+=	security.sgml
 | |
| DOCS+=  secure.sgml
 | |
| 
 | |
| INDEXLINK= security.html
 | |
| 
 | |
| .include "../web.mk"
 |