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


1.4
date	93.02.16.23.15.17;	author marc;	state Exp;
branches;
next	1.3;

1.3
date	93.01.24.04.52.08;	author clarsen;	state Exp;
branches;
next	1.2;

1.2
date	93.01.09.02.49.20;	author aoki;	state Exp;
branches;
next	1.1;

1.1
date	92.11.30.05.40.12;	author clarsen;	state Exp;
branches;
next	;


desc
@baseline
@


1.4
log
@need strerror on sparc
@
text
@.include <postgres.global.mk>

PROG= pmv

SRCS= pmv.c

# to pick up strerror(1) on sparc
.if ${PORTNAME} == "sparc"
.PATH: ${.CURDIR}/../pmkdir
SRCS+= strerror.c
.endif

.include <postgres.prog.mk>
@


1.3
log
@mv.c -> pmv.c
@
text
@d7 6
@


1.2
log
@removed simplelists - now in libpq
@
text
@d5 1
a5 1
SRCS= mv.c
@


1.1
log
@Initial revision
@
text
@d2 1
d5 1
a5 6
SRCS= mv.c simplelists.c

#
# should simplelists.o just be in libpq?
#
.PATH: ${.CURDIR}/../../../backend/lib
@
