#
#	Makefile.raw -- raw makefile for sample libpq programs.
#
#	In order to generate a makefile from this file, cd to the
#	newconf directory and type 'Make sample'.
#
#	$Header: /usr/local/dev/postgres/mastertree/sample/RCS/Makefile.raw,v 1.2 1991/12/10 05:11:56 mao Exp $
#

SAMPLIBS=	libpq.a

pgstats: pgstats.o
	$(CC) $(CFLAGS) -o pgstats pgstats.o $(OD)/$(SAMPLIBS) $(LIBS)

pftp: pftp.o
	$(CC) $(CFLAGS) -o pftp pftp.o $(OD)/$(SAMPLIBS) $(LIBS)
