head	1.1;
access;
symbols
	release_4_2:1.1
	aix_ok:1.1;
locks; strict;
comment	@# @;


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


desc
@added port directory to -I list
@


1.1
log
@Initial revision
@
text
@.include <postgres.global.mk>

PROG= pg_version
SRCS= pg_version.c magic.c
.PATH: ${.CURDIR}/../../backend/utils/init

CFLAGS+= -I${.CURDIR}/../../backend/port/${PORTNAME}
	
.include <postgres.prog.mk>
@
