1# $OpenBSD: Makefile,v 1.2 2014/08/17 12:30:29 doug Exp $
2
3LIB= aa
4SRCS+= aa.c
5
6regress: all
7
8.include <bsd.lib.mk>
9