summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so/initfirst/libif1/Makefile
blob: 3b8484ca73123fce6464ec091ad7022bf5fb919b (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.1 2011/11/08 23:51:02 guenther Exp $

LIB=		if1
SRCS=		lib.c
LDADD+=		-Wl,-zinitfirst

regress: all

.include <bsd.lib.mk>