1#	$OpenBSD: Makefile,v 1.1.1.1 2008/01/02 18:36:59 matthieu Exp $
2
3LIB=	bar
4SRCS=	bar.c
5
6regress: all
7
8.include <bsd.lib.mk>
9