From a52caabaa640a3995f2ce469a88966a20811b31d Mon Sep 17 00:00:00 2001 From: Peter Vrabec Date: Aug 05 2005 11:53:21 +0000 Subject: add Makefile, it was removed by mistake --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..bb1e7db --- /dev/null +++ b/Makefile @@ -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