summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2017-01-24 15:32:20 +0000
committerotto <otto@openbsd.org>2017-01-24 15:32:20 +0000
commitde291d50b84090a15624b570f880d130387f9c33 (patch)
tree2a2399faede51e5e824055d8d3643535c36b6ef4
parentBUF_MEM_free(), X509_STORE_free() and X509_VERIFY_PARAM_free() all check (diff)
downloadwireguard-openbsd-de291d50b84090a15624b570f880d130387f9c33.tar.xz
wireguard-openbsd-de291d50b84090a15624b570f880d130387f9c33.zip
use ${.OBJDIR}
-rw-r--r--regress/lib/libc/malloc/malloc_general/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/regress/lib/libc/malloc/malloc_general/Makefile b/regress/lib/libc/malloc/malloc_general/Makefile
index 18151b1ea03..ad6b6dcfbe3 100644
--- a/regress/lib/libc/malloc/malloc_general/Makefile
+++ b/regress/lib/libc/malloc/malloc_general/Makefile
@@ -1,26 +1,26 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/23 11:06:32 otto Exp $
+# $OpenBSD: Makefile,v 1.2 2017/01/24 15:32:20 otto Exp $
REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7
.include <bsd.regress.mk>
t1: malloc_general
- malloc_general ""
+ ${.OBJDIR}/malloc_general ""
t2: malloc_general
- malloc_general C
+ ${.OBJDIR}//malloc_general C
t3: malloc_general
- malloc_general J
+ ${.OBJDIR}//malloc_general J
t4: malloc_general
- malloc_general F
+ ${.OBJDIR}//malloc_general F
t5: malloc_general
- malloc_general G
+ ${.OBJDIR}//malloc_general G
t6: malloc_general
- malloc_general S
+ ${.OBJDIR}//malloc_general S
t7: malloc_general
- malloc_general FGJ
+ ${.OBJDIR}//malloc_general FGJ