summaryrefslogtreecommitdiff
path: root/regress/lib/libc/cxa-atexit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libc/cxa-atexit/Makefile')
-rw-r--r--regress/lib/libc/cxa-atexit/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/regress/lib/libc/cxa-atexit/Makefile b/regress/lib/libc/cxa-atexit/Makefile
new file mode 100644
index 00000000000..ffd83fe1ca4
--- /dev/null
+++ b/regress/lib/libc/cxa-atexit/Makefile
@@ -0,0 +1,13 @@
+# $OpenBSD: Makefile,v 1.1 2007/09/03 14:42:44 millert Exp $
+
+.include <bsd.own.mk>
+
+USE_GCC3?=No
+
+.if ${USE_GCC3:L} == "yes"
+SUBDIR+= libgd1 libgd2 test1
+.endif
+
+install:
+
+.include <bsd.subdir.mk>