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