12 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# $FreeBSD: www/en/gifs/Makefile,v 1.53 2005/05/08 15:49:57 murray Exp $
 | 
						|
 | 
						|
.if exists(../Makefile.conf)
 | 
						|
.include "../Makefile.conf"
 | 
						|
.endif
 | 
						|
.if exists(../Makefile.inc)
 | 
						|
.include "../Makefile.inc"
 | 
						|
.endif
 | 
						|
 | 
						|
DATA=   styleswitcher.js
 | 
						|
 | 
						|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
 |