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


1.3
date	93.02.20.00.53.55;	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.39.47;	author clarsen;	state Exp;
branches;
next	;


desc
@baseline
@


1.3
log
@fix FTS
@
text
@.include <postgres.global.mk>

CFLAGS+= -I${.CURDIR}

PROG= pls

SRCS= ls.c fts.c cmp.c print.c util.c pwcache.c

.include <postgres.prog.mk>
@


1.2
log
@removed simplelists - now in libpq
@
text
@d3 2
d7 1
a7 1
SRCS= ls.c
@


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

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