xref: /openbsd-src/regress/misc/exceptions/simple/Makefile (revision daf88648c0e349d5c02e1504293082072c981640)
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