summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so/weak/libweak/Makefile
blob: e5d4e155fea40c555827d85b28c1594a7f8f4acb (plain)
1
2
3
4
5
6
7
8
9
# $OpenBSD: Makefile,v 1.1 2002/02/10 22:51:41 fgsch Exp $

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

regress: all

.include <bsd.lib.mk>