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


1.1
date	94.02.07.03.04.37;	author aoki;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@#
# $Header: /data/01/postgres/src/contrib/pgperl/RCS/Makefile,v 1.9 1993/06/16 04:11:18 aoki Exp $
#
.include <postgres.global.mk>

CFLAGS= -g

.if (${PORTNAME} == "ultrix4")
.PATH: ${.CURDIR}/../../tools/bmake
SRCS+= strdup.c
.endif

LDADD+= -L${LIBDIR} -lpq

CFLAGS+= -I${HEADERDIR}

SRCS+= relshow.c
PROG= relshow

.MAIN: ${PROG}

.include <postgres.prog.mk>
@
