8 lines
206 B
Makefile
8 lines
206 B
Makefile
# Makefile for source rpm: parted
|
|
# $Id: Makefile,v 1.1 2004/09/09 09:51:28 cvsdist Exp $
|
|
NAME := parted
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
UPSTREAM_CHECKS = sign
|
|
|
|
include ../common/Makefile.common
|