mirror of
https://github.com/postgres/postgres.git
synced 2025-10-21 02:52:47 +03:00
16 lines
482 B
Makefile
16 lines
482 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile.inc--
|
|
# Makefile for utils/cache
|
|
#
|
|
# Copyright (c) 1994, Regents of the University of California
|
|
#
|
|
#
|
|
# IDENTIFICATION
|
|
# $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:22:06 scrappy Exp $
|
|
#
|
|
#-------------------------------------------------------------------------
|
|
|
|
SUBSRCS+= catcache.c inval.c rel.c relcache.c syscache.c lsyscache.c fcache.c
|
|
|