add Makefile, it was removed by mistake
This commit is contained in:
parent
13b824f3e6
commit
a52caabaa6
1 changed files with 6 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Makefile for source rpm: shadow-utils
|
||||
# $Id: Makefile,v 1.1 2004/09/09 12:21:12 cvsdist Exp $
|
||||
NAME := shadow-utils
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
include ../common/Makefile.common
|
Loading…
Reference in a new issue