1# $OpenBSD: Makefile,v 1.3 2017/08/04 18:24:32 kettenis Exp $
2
3LIB=	aa
4SRCS=	aa.C
5
6CC=${CXX}
7
8regress: all
9
10.include <bsd.lib.mk>
11