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