summaryrefslogtreecommitdiffstats
path: root/src/pl/plpgsql/Makefile
blob: 6588625c0faf5fa4b5c39230472b70bd1c8cb137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#-------------------------------------------------------------------------
#
# Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language)
#
# Copyright (c) 1994, Regents of the University of California
#
# src/pl/plpgsql/Makefile
#
#-------------------------------------------------------------------------

subdir = src/pl/plpgsql
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global

SUBDIRS = src

$(recurse)