summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc/malloc_general/Makefile
diff options
context:
space:
mode:
authorotto <>2017-01-24 16:03:28 +0000
committerotto <>2017-01-24 16:03:28 +0000
commit34aab239d9c3446fa0c77376bc7993ff23ff0eed (patch)
tree0c8657c0423dfdb4ec56ed64917771c8a28e45d9 /src/regress/lib/libc/malloc/malloc_general/Makefile
parent37a34f32167b799e3c1fd47ef61c2f1dde0131b6 (diff)
downloadopenbsd-34aab239d9c3446fa0c77376bc7993ff23ff0eed.tar.gz
openbsd-34aab239d9c3446fa0c77376bc7993ff23ff0eed.tar.bz2
openbsd-34aab239d9c3446fa0c77376bc7993ff23ff0eed.zip
fix make clean and warnings
Diffstat (limited to 'src/regress/lib/libc/malloc/malloc_general/Makefile')
-rw-r--r--src/regress/lib/libc/malloc/malloc_general/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/malloc/malloc_general/Makefile b/src/regress/lib/libc/malloc/malloc_general/Makefile
index ad6b6dcfbe..a0ee823bbe 100644
--- a/src/regress/lib/libc/malloc/malloc_general/Makefile
+++ b/src/regress/lib/libc/malloc/malloc_general/Makefile
@@ -1,6 +1,7 @@
1# $OpenBSD: Makefile,v 1.2 2017/01/24 15:32:20 otto Exp $ 1# $OpenBSD: Makefile,v 1.3 2017/01/24 16:03:28 otto Exp $
2 2
3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7
4PROG= malloc_general
4 5
5.include <bsd.regress.mk> 6.include <bsd.regress.mk>
6 7