blob: ac507558b57a24b44578dbe86ea6692cc9b90108 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#-------------------------------------------------------------------------
#
# Makefile.inc--
# Makefile for storage/lmgr
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/storage/lmgr/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:55 scrappy Exp $
#
#-------------------------------------------------------------------------
SUBSRCS+= lmgr.c lock.c multi.c proc.c single.c
|