add Makefile, it was removed by mistake

This commit is contained in:
Peter Vrabec 2005-08-05 11:53:21 +00:00
parent 13b824f3e6
commit a52caabaa6
1 changed files with 6 additions and 0 deletions

6
Makefile Normal file
View 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