#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for the port module (for code specific to various UNIX 
#    platforms)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    /usr/local/devel/pglite/cvs/src/backend/port/Makefile.inc,v 1.3 1995/03/23 01:22:39 andrew Exp
#
#-------------------------------------------------------------------------

portdir= $(CURDIR)/port/$(PORTNAME)
VPATH:= $(VPATH):$(portdir)

SUBSRCS=
include $(portdir)/Makefile.inc
SRCS_PORT:= $(SUBSRCS)

