1# $OpenBSD: Makefile,v 1.1 2022/08/20 14:13:48 sthen Exp $
2
3LIB =	b
4SRCS =	libb.c
5
6regress: all
7
8.include <bsd.lib.mk>
9
10