summaryrefslogtreecommitdiff
path: root/Makefile
blob: 0a54a19deb88dc76095428e6593a101dffc52a68 (plain)
1
2
3
4
5
6
# Makefile for source rpm: firefox
# $Id$
NAME := firefox
SPECFILE = $(firstword $(wildcard *.spec))

include ../common/Makefile.common
bgstack15