#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for regress (the regression test)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /cvsroot/pgsql/src/test/regress/expected/Attic/Makefile,v 1.2 1997/08/28 04:49:17 vadim Exp $
#
#-------------------------------------------------------------------------

CLFILES=	create_function_1.out create_function_2.out copy.out constraints.out

clean:
	rm -f $(CLFILES)
