summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:08:42 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:08:42 +0000
commite91b33a9114660e244c38e272a78995175e580e5 (patch)
treef7104968a75157820d48e1edabd5a42a011ab6df /Makefile
downloadhttpd-e91b33a9114660e244c38e272a78995175e580e5.tar.gz
httpd-e91b33a9114660e244c38e272a78995175e580e5.tar.xz
httpd-e91b33a9114660e244c38e272a78995175e580e5.zip
Setup of module httpd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..17464b7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+# Makefile for source rpm: httpd
+# $Id$
+NAME := httpd
+SPECFILE = $(firstword $(wildcard *.spec))
+
+include ../common/Makefile.common