mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
15 lines
420 B
Makefile
15 lines
420 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile.inc--
|
|
# Makefile for storage/file
|
|
#
|
|
# Copyright (c) 1994, Regents of the University of California
|
|
#
|
|
#
|
|
# IDENTIFICATION
|
|
# $Header: /cvsroot/pgsql/src/backend/storage/file/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:55 scrappy Exp $
|
|
#
|
|
#-------------------------------------------------------------------------
|
|
|
|
SUBSRCS+= fd.c
|