Adjust some comments about structure properties in pg_stat.h
[pgsql.git] / src / backend / storage / freespace / Makefile
blobac0fa8b40b6d693c240d75faefdb29b2704bd078
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for storage/freespace
6 # IDENTIFICATION
7 # src/backend/storage/freespace/Makefile
9 #-------------------------------------------------------------------------
11 subdir = src/backend/storage/freespace
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = \
16 freespace.o \
17 fsmpage.o \
18 indexfsm.o
20 include $(top_srcdir)/src/backend/common.mk