summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/cxa-atexit/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/cxa-atexit/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/cxa-atexit/Makefile')
-rw-r--r--src/regress/lib/libc/cxa-atexit/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/regress/lib/libc/cxa-atexit/Makefile b/src/regress/lib/libc/cxa-atexit/Makefile
new file mode 100644
index 0000000000..ffd83fe1ca
--- /dev/null
+++ b/src/regress/lib/libc/cxa-atexit/Makefile
@@ -0,0 +1,13 @@
1# $OpenBSD: Makefile,v 1.1 2007/09/03 14:42:44 millert Exp $
2
3.include <bsd.own.mk>
4
5USE_GCC3?=No
6
7.if ${USE_GCC3:L} == "yes"
8SUBDIR+= libgd1 libgd2 test1
9.endif
10
11install:
12
13.include <bsd.subdir.mk>