head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	96.11.01.01.46.36;	author momjian;	state dead;
branches;
next	1.1;

1.1
date	96.10.27.09.49.50;	author bryanh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Removal of bsdi_2_1 port.
@
text
@#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for port/bsdi_2_1
#
# IDENTIFICATION
#    $Header: /usr/local/cvsroot/postgres95/src/backend/port/bsdi_2_1/Makefile,v 1.1 1996/10/27 09:49:50 bryanh Exp momjian $
#
#-------------------------------------------------------------------------

SRCDIR = ../../..
include ../../../Makefile.global

INCLUDE_OPT = -I../.. \
              -I../../include \
              -I../../../include

CFLAGS+=$(INCLUDE_OPT)

OBJS = port.o

all: SUBSYS.o

SUBSYS.o: $(OBJS)
	$(LD) -r -o SUBSYS.o $(OBJS)

depend dep:
	$(CC) -MM $(INCLUDE_OPT) *.c >depend

clean: 
	rm -f SUBSYS.o $(OBJS)

ifeq (depend,$(wildcard depend))
include depend
endif

@


1.1
log
@Simplify make files, add full dependencies.
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/src/backend/access/common/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:09 scrappy Exp $
@
