diff options
| author | matthew <> | 2014-06-12 22:01:55 +0000 |
|---|---|---|
| committer | matthew <> | 2014-06-12 22:01:55 +0000 |
| commit | 6b58c306f2b5b2dcef66386167df6c8703c397b2 (patch) | |
| tree | 0ce9cb8b7ebd3dd30cbcedcac8a482354569de69 /src/regress/lib/libc/explicit_bzero/Makefile | |
| parent | 95b33f3e2fad03793adf906f7d3b08883ec3684c (diff) | |
| download | openbsd-6b58c306f2b5b2dcef66386167df6c8703c397b2.tar.gz openbsd-6b58c306f2b5b2dcef66386167df6c8703c397b2.tar.bz2 openbsd-6b58c306f2b5b2dcef66386167df6c8703c397b2.zip | |
Add regress test for explicit_bzero.
Diffstat (limited to 'src/regress/lib/libc/explicit_bzero/Makefile')
| -rw-r--r-- | src/regress/lib/libc/explicit_bzero/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regress/lib/libc/explicit_bzero/Makefile b/src/regress/lib/libc/explicit_bzero/Makefile new file mode 100644 index 0000000000..cd514a43a1 --- /dev/null +++ b/src/regress/lib/libc/explicit_bzero/Makefile | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1 2014/06/12 22:01:55 matthew Exp $ | ||
| 2 | |||
| 3 | PROG= explicit_bzero | ||
| 4 | |||
| 5 | .include <bsd.regress.mk> | ||
