summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 04:44:44 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 04:44:44 +0000
commitff798b9cc4cb74ffa03dc1a7b5320b1547cb2883 (patch)
tree2e4338f5ebd74e73e51353c45ce1924e26f6d774 /Makefile
downloadlibrewolf-fedora-ff-ff798b9cc4cb74ffa03dc1a7b5320b1547cb2883.tar.gz
librewolf-fedora-ff-ff798b9cc4cb74ffa03dc1a7b5320b1547cb2883.tar.bz2
librewolf-fedora-ff-ff798b9cc4cb74ffa03dc1a7b5320b1547cb2883.zip
Setup of module firefox
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..0a54a19
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+# Makefile for source rpm: firefox
+# $Id$
+NAME := firefox
+SPECFILE = $(firstword $(wildcard *.spec))
+
+include ../common/Makefile.common
bgstack15