summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 10:35:35 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 10:35:35 +0000
commit349da8ea43243fa23005c7738b0a4a207111e908 (patch)
tree3a3474b8cf3b62cf26bd9274e176911d1076007b /Makefile
downloadpostgresql-setup-349da8ea43243fa23005c7738b0a4a207111e908.tar.gz
postgresql-setup-349da8ea43243fa23005c7738b0a4a207111e908.tar.xz
postgresql-setup-349da8ea43243fa23005c7738b0a4a207111e908.zip
Setup of module postgresql
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..2f82951
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+# Makefile for source rpm: postgresql
+# $Id$
+NAME := postgresql
+SPECFILE = $(firstword $(wildcard *.spec))
+
+include ../common/Makefile.common