#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for the main() of the postgres backend
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/src/backend/main/Makefile.inc,v 1.2 1995/03/21 06:51:03 andrew Exp $
#
#-------------------------------------------------------------------------

VPATH:= $(VPATH):$(CURDIR)/main

SRCS_MAIN= main.c
