aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/Makefile.inc
blob: 1d507f9227bfcbb99392e54f54631a105f1840ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for storage/buffer
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:53 scrappy Exp $
#
#-------------------------------------------------------------------------

SUBSRCS+= buf_table.c buf_init.c bufmgr.c freelist.c localbuf.c

SRCS_SITEMGR+= buf_table.c buf_init.c freelist.c