summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so/lazy/libbar/Makefile
blob: 9e0c88f762b8a2e9f363cc70b3be12d5a4b3f4ae (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.1.1.1 2008/01/02 18:36:59 matthieu Exp $

LIB=	bar
SRCS=	bar.c

regress: all

.include <bsd.lib.mk>