diff options
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> | ||