blob: 8f6bfd57422babbd8bc02a93a7c168efa9d126ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#-------------------------------------------------------------------------
#
# Makefile.inc--
# Makefile for the postmaster module
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/postmaster/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:49 scrappy Exp $
#
#-------------------------------------------------------------------------
VPATH:= $(VPATH):$(CURDIR)/postmaster
SRCS_POSTMASTER= postmaster.c
|