aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/file/Makefile
blob: c891f704eb760b5c5e656f1b17ca4089569bb6ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for storage/file
#
# IDENTIFICATION
#    $PostgreSQL: pgsql/src/backend/storage/file/Makefile,v 1.13 2008/02/19 10:30:08 petere Exp $
#
#-------------------------------------------------------------------------

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

OBJS = fd.o buffile.o

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