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