1#	$OpenBSD: Makefile,v 1.1 2007/01/28 19:10:06 kettenis Exp $
2
3PROG=	exceptions
4SRCS=	exceptions.cc
5
6.include <bsd.regress.mk>
7