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