summaryrefslogtreecommitdiffstats
path: root/src/backend/storage/Makefile
blob: 8376cdfca202bf414dbbd98e65bdc8ed8274398e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Makefile for the storage manager subsystem
#
# src/backend/storage/Makefile
#

subdir = src/backend/storage
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global

SUBDIRS     = buffer file freespace ipc large_object lmgr page smgr sync

include $(top_srcdir)/src/backend/common.mk