1# $OpenBSD: Makefile,v 1.3 2002/11/13 22:08:39 todd Exp $
2
3LIB=		weak
4SRCS=		weak.c
5
6regress: all
7
8.include <bsd.lib.mk>
9