diff options
author | millert <> | 2007-09-03 14:42:44 +0000 |
---|---|---|
committer | millert <> | 2007-09-03 14:42:44 +0000 |
commit | b7b77a835b1b9da7ec261009d15f310b4e4c4249 (patch) | |
tree | ac862acc251d3e1362df57c4b59aea10e2735418 /src/regress/lib/libc/cxa-atexit/Makefile | |
parent | 7e0e6a2581ab1d1bca602865b8e38dfa2f54424a (diff) | |
download | openbsd-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/Makefile | 13 |
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 | |||
5 | USE_GCC3?=No | ||
6 | |||
7 | .if ${USE_GCC3:L} == "yes" | ||
8 | SUBDIR+= libgd1 libgd2 test1 | ||
9 | .endif | ||
10 | |||
11 | install: | ||
12 | |||
13 | .include <bsd.subdir.mk> | ||