xref: /openbsd-src/regress/libexec/ld.so/noload/libb/Makefile (revision 922a84d50fe004716b999164e214c18ee88fe3bf)
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