summaryrefslogtreecommitdiff
path: root/regress/lib/csu/dtors/Makefile
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-01-31 16:35:47 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-01-31 16:35:47 +0000
commitdf33b2e928503d350b890d2e914640cd6e10eb69 (patch)
treed8b955b5e69186d8de2c159fe38356e354c57d44 /regress/lib/csu/dtors/Makefile
parenteaea6317b5a58b515b50e2ecd632a6842f180144 (diff)
Simple (ehmm) test for static destructors.
Not for the faint-hearted.
Diffstat (limited to 'regress/lib/csu/dtors/Makefile')
-rw-r--r--regress/lib/csu/dtors/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/lib/csu/dtors/Makefile b/regress/lib/csu/dtors/Makefile
new file mode 100644
index 00000000000..128714f7187
--- /dev/null
+++ b/regress/lib/csu/dtors/Makefile
@@ -0,0 +1,4 @@
+# $OpenBSD: Makefile,v 1.1 2002/01/31 16:35:46 art Exp $
+PROG=dtors
+
+.include <bsd.regress.mk>