7 lines
		
	
	
		
			142 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			142 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for source rpm: postgresql
 | 
						|
# $Id$
 | 
						|
NAME := postgresql
 | 
						|
SPECFILE = $(firstword $(wildcard *.spec))
 | 
						|
 | 
						|
include ../common/Makefile.common
 |