summaryrefslogtreecommitdiff
path: root/regress/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'regress/libexec')
-rw-r--r--regress/libexec/ld.so/randomdata/prog-static/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/libexec/ld.so/randomdata/prog-static/Makefile b/regress/libexec/ld.so/randomdata/prog-static/Makefile
index 0f44280a5ad..bcd93da37d9 100644
--- a/regress/libexec/ld.so/randomdata/prog-static/Makefile
+++ b/regress/libexec/ld.so/randomdata/prog-static/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.1 2012/08/16 17:21:05 matthew Exp $
+# $OpenBSD: Makefile,v 1.2 2012/08/16 19:59:50 matthew Exp $
PROG= prog
+LDSTATIC= ${STATIC}
LDADD+= -L$(LIBAADIR) -laa
DPADD+= $(LIBAA)
-LDFLAGS+= -static
.PATH: $(.CURDIR)/../prog
.include <bsd.regress.mk>