1#	$OpenBSD: Makefile,v 1.2 2017/08/02 21:04:50 kettenis Exp $
2
3LIB=		bb
4SRCS=		bb.c bbb.c
5
6regress: all
7
8.include <bsd.lib.mk>
9