8 lines
		
	
	
		
			186 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			186 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Copyright (c) 2008 Roy Marples <roy@marples.name>
 | 
						|
# All rights reserved. Released under the 2-clause BSD license.
 | 
						|
 | 
						|
# Generic definitions
 | 
						|
 | 
						|
PKG_PREFIX?=	/usr/pkg
 | 
						|
include ${MK}/os-BSD.mk
 |