From 8cfeef2acd20fc98ef443f85ed38a80e92e479c6 Mon Sep 17 00:00:00 2001 From: kettenis Date: Tue, 27 Sep 2016 18:14:22 +0000 Subject: Make sure that the regress target builds the libraries. Stop building a profile library and add $OpenBSD$ markers. Similar to what we do in other regress tests that build libraries such as regress/lib/libc/cxa-exit. ok bluhm@ --- regress/libexec/ld.so/constructor/libaa/Makefile | 6 ++++++ regress/libexec/ld.so/constructor/libab/Makefile | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'regress/libexec') diff --git a/regress/libexec/ld.so/constructor/libaa/Makefile b/regress/libexec/ld.so/constructor/libaa/Makefile index c4432ee7f17..d28764d3275 100644 --- a/regress/libexec/ld.so/constructor/libaa/Makefile +++ b/regress/libexec/ld.so/constructor/libaa/Makefile @@ -1,3 +1,9 @@ +# $OpenBSD: Makefile,v 1.2 2016/09/27 18:14:22 kettenis Exp $ + LIB=aa SRCS= aa.C +NOPROFILE=yes + +regress: all + .include diff --git a/regress/libexec/ld.so/constructor/libab/Makefile b/regress/libexec/ld.so/constructor/libab/Makefile index 25ba75dc380..5d70c990518 100644 --- a/regress/libexec/ld.so/constructor/libab/Makefile +++ b/regress/libexec/ld.so/constructor/libab/Makefile @@ -1,6 +1,12 @@ +# $OpenBSD: Makefile,v 1.3 2016/09/27 18:14:22 kettenis Exp $ + LIB=ab SRCS= ab.C +NOPROFILE=yes CPPFLAGS=-I${.CURDIR}/../libaa LDADD=-L../libaa LDADD+=-laa + +regress: all + .include -- cgit v1.2.3-59-g8ed1b