7 lines
202 B
Makefile
7 lines
202 B
Makefile
# Makefile for source rpm: udev
|
|
# $Id: Makefile,v 1.1 2004/09/09 13:42:32 cvsdist Exp $
|
|
NAME := udev
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
UPSTREAM_CHECKS = sign
|
|
|
|
include ../common/Makefile.common
|