diff options
Diffstat (limited to 'regress/lib/libpthread/malloc_duel/Makefile')
-rw-r--r-- | regress/lib/libpthread/malloc_duel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/lib/libpthread/malloc_duel/Makefile b/regress/lib/libpthread/malloc_duel/Makefile new file mode 100644 index 00000000000..7626a3878e4 --- /dev/null +++ b/regress/lib/libpthread/malloc_duel/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2002/11/12 03:17:16 marc Exp $ + +PROG= malloc_duel + +.include <bsd.regress.mk> |