7 lines
193 B
Makefile
7 lines
193 B
Makefile
# Makefile for source rpm: perl-DBD-Pg
|
|
# $Id: Makefile,v 1.1 2004/09/09 10:03:46 cvsdist Exp $
|
|
NAME := perl-DBD-Pg
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
|
|
include ../common/Makefile.common
|