aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/file/Makefile
blob: d2198f2b93e8fda8cbd015e98d1ccce6b1412105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for storage/file
#
# IDENTIFICATION
#    src/backend/storage/file/Makefile
#
#-------------------------------------------------------------------------

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

OBJS = fd.o buffile.o copydir.o reinit.o

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