worked on. Dingo aims to clean up the networking code and to add several features, all of which are listed in the pages that are being checked in. Reviewed by: Scott Long <scottl@freebsd.org> Approved by: Scott Long <scottl@freebsd.org>
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			275 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			275 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Summary for dingo project status
 | |
| #
 | |
| # $FreeBSD:$
 | |
| 
 | |
| MAINTAINER=	gnn
 | |
| 
 | |
| .if exists(../Makefile.conf)
 | |
| .include "../Makefile.conf"
 | |
| .endif
 | |
| .if exists(../Makefile.inc)
 | |
| .include "../Makefile.inc"
 | |
| .endif
 | |
| 
 | |
| DOCS=	index.sgml
 | |
| DATA=	style.css
 | |
| 
 | |
| .include "${WEB_PREFIX}/share/mk/web.site.mk"
 |