mirror of
https://github.com/postgres/postgres.git
synced 2026-03-12 05:32:27 -04:00
17 lines
463 B
Makefile
17 lines
463 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile--
|
|
# Makefile for storage/freespace
|
|
#
|
|
# IDENTIFICATION
|
|
# src/backend/storage/freespace/Makefile
|
|
#
|
|
#-------------------------------------------------------------------------
|
|
|
|
subdir = src/backend/storage/freespace
|
|
top_builddir = ../../../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
OBJS = freespace.o fsmpage.o indexfsm.o
|
|
|
|
include $(top_srcdir)/src/backend/common.mk
|