1# $OpenBSD: Makefile,v 1.2 2021/06/06 22:53:06 bluhm Exp $ 2 3LIB = a 4SRCS = liba.c 5 6regress: all 7 8.include <bsd.lib.mk> 9 10