summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
authormillert <>2007-09-03 14:42:44 +0000
committermillert <>2007-09-03 14:42:44 +0000
commitb7b77a835b1b9da7ec261009d15f310b4e4c4249 (patch)
treeac862acc251d3e1362df57c4b59aea10e2735418 /src/regress/lib/libc/Makefile
parent7e0e6a2581ab1d1bca602865b8e38dfa2f54424a (diff)
downloadopenbsd-b7b77a835b1b9da7ec261009d15f310b4e4c4249.tar.gz
openbsd-b7b77a835b1b9da7ec261009d15f310b4e4c4249.tar.bz2
openbsd-b7b77a835b1b9da7ec261009d15f310b4e4c4249.zip
Adapt atexit() regress to recent changes and add __cxa_atexit() regress.
__cxa_atexit() regress from kurt@
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r--src/regress/lib/libc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
index e3e29ddd69..689f87aa03 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,6 +1,6 @@
1# $OpenBSD: Makefile,v 1.25 2007/05/17 03:02:32 ray Exp $ 1# $OpenBSD: Makefile,v 1.26 2007/09/03 14:42:43 millert Exp $
2 2
3SUBDIR+= _setjmp alloca atexit basename db dirname getaddrinfo 3SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname getaddrinfo
4SUBDIR+= getcap getopt_long hsearch longjmp locale malloc 4SUBDIR+= getcap getopt_long hsearch longjmp locale malloc
5SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp 5SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp
6SUBDIR+= sprintf strerror strtod strtonum telldir time vis 6SUBDIR+= sprintf strerror strtod strtonum telldir time vis