#
# /usr/local/devel/postgres-v4r2/src/contrib/relshow/RCS/Makefile,v 1.1 1994/02/07 03:04:37 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>
