summaryrefslogtreecommitdiff
path: root/regress/lib/csu
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-01-31 15:56:04 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-01-31 15:56:04 +0000
commit4100043a4bb35de75ec6856f3046509b05703779 (patch)
tree833679d2336773011dbb208bc894955ad48e0ba5 /regress/lib/csu
parent600e87d0fe001ce92e478be8773c1bcd6af33e83 (diff)
need a makefile
Diffstat (limited to 'regress/lib/csu')
-rw-r--r--regress/lib/csu/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/lib/csu/Makefile b/regress/lib/csu/Makefile
new file mode 100644
index 00000000000..0ab78155296
--- /dev/null
+++ b/regress/lib/csu/Makefile
@@ -0,0 +1,9 @@
+# $OpenBSD: Makefile,v 1.1 2002/01/31 15:56:03 art Exp $
+
+SUBDIR+= ctors
+
+regress: _SUBDIRUSE
+
+install:
+
+.include <bsd.subdir.mk>