# $OpenBSD: Makefile,v 1.1 2002/02/05 21:47:23 matthieu Exp $

LIB= 	bar
SRCS=	bar.c
CFLAGS+=	-I${.CURDIR}/..

regress: all

.include <bsd.lib.mk>
