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


1.5
date	93.02.16.23.16.20;	author marc;	state Exp;
branches;
next	1.4;

1.4
date	93.01.24.04.53.51;	author clarsen;	state Exp;
branches;
next	1.3;

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

1.2
date	92.12.03.03.58.00;	author marc;	state Exp;
branches;
next	1.1;

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


desc
@baseline
@


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

PROG= ppwd

MAN1= ppwd.1P

SRCS= ppwd.c

# need strerror on sparc
.if ${PORTNAME} == "sparc"
.PATH: ${.CURDIR}/../pmkdir
SRCS+= strerror.c
.endif

.include <postgres.prog.mk>
@


1.4
log
@pwd.c -> ppwd.c
@
text
@d9 6
@


1.3
log
@removed simplelists - now in libpq
@
text
@d5 2
@


1.2
log
@pwd -> ppwd
@
text
@d2 1
d5 1
a5 6
SRCS= ppwd.c simplelists.c

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


1.1
log
@Initial revision
@
text
@d2 1
a2 1
PROG= pwd
d4 1
a4 1
SRCS= pwd.c simplelists.c
@
