8 lines
152 B
Makefile
8 lines
152 B
Makefile
# Makefile for source rpm: lvm2
|
|
# $Id$
|
|
NAME := lvm2
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
UPSTREAM_CHECKS = asc
|
|
|
|
include ../common/Makefile.common
|