summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/strtonum/Makefile
diff options
context:
space:
mode:
authorotto <>2004-08-03 20:38:36 +0000
committerotto <>2004-08-03 20:38:36 +0000
commitf68a61a8b8146755987133e926c423bf46e0c97a (patch)
tree04e0feedc879e15b5d0fe1dd9f0b9a405dc95263 /src/regress/lib/libc/strtonum/Makefile
parentea13120433234de14cfef017f9b900c5d4e3874e (diff)
downloadopenbsd-f68a61a8b8146755987133e926c423bf46e0c97a.tar.gz
openbsd-f68a61a8b8146755987133e926c423bf46e0c97a.tar.bz2
openbsd-f68a61a8b8146755987133e926c423bf46e0c97a.zip
strtonum(3) regression tests.
Diffstat (limited to 'src/regress/lib/libc/strtonum/Makefile')
-rw-r--r--src/regress/lib/libc/strtonum/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regress/lib/libc/strtonum/Makefile b/src/regress/lib/libc/strtonum/Makefile
new file mode 100644
index 0000000000..e0e8ecd139
--- /dev/null
+++ b/src/regress/lib/libc/strtonum/Makefile
@@ -0,0 +1,5 @@
1# $OpenBSD: Makefile,v 1.1 2004/08/03 20:38:36 otto Exp $
2
3PROG= strtonumtest
4
5.include <bsd.regress.mk>