1#-------------------------------------------------------------------------
2#
3# Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language)
4#
5# Copyright (c) 1994, Regents of the University of California
6#
7# src/pl/plpgsql/Makefile
8#
9#-------------------------------------------------------------------------
10
11subdir = src/pl/plpgsql
12top_builddir = ../../..
13include $(top_builddir)/src/Makefile.global
14
15SUBDIRS = src
16
17$(recurse)
18