diff options
Diffstat (limited to 'src/regress/lib/libc/cxa-atexit/Makefile')
-rw-r--r-- | src/regress/lib/libc/cxa-atexit/Makefile | 12 |
1 files changed, 12 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..5061ca04ac --- /dev/null +++ b/src/regress/lib/libc/cxa-atexit/Makefile | |||
@@ -0,0 +1,12 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2010/05/10 18:20:31 drahn Exp $ | ||
2 | |||
3 | .include <bsd.own.mk> | ||
4 | |||
5 | |||
6 | .if ${COMPILER_VERSION:L} == "gcc3" || ${COMPILER_VERSION:L} == "gcc4" | ||
7 | SUBDIR+= libgd1 libgd2 test1 | ||
8 | .endif | ||
9 | |||
10 | install: | ||
11 | |||
12 | .include <bsd.subdir.mk> | ||