summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2010-05-15 08:24:00 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2010-05-15 08:24:00 +0000
commit59cd1c79d0ae10f22b60a8bd290b15e83a8811fc (patch)
treea53a5f576761db8cee1549cc7362d70a30cf5ada /gnu
parent3964156f66ea4d3fca86a1ca527e108722eb58ce (diff)
Add Makefile for libsupc++-v3 that pulls common stuff from
libstdc++-v3/Makefile.common. ok espie@
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libsupc++-v3/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/lib/libsupc++-v3/Makefile b/gnu/lib/libsupc++-v3/Makefile
new file mode 100644
index 00000000000..fdf51e889d5
--- /dev/null
+++ b/gnu/lib/libsupc++-v3/Makefile
@@ -0,0 +1,11 @@
+# $OpenBSD: Makefile,v 1.1 2010/05/15 08:23:59 robert Exp $
+
+.include "${.CURDIR}/../libstdc++-v3/Makefile.common"
+
+# Static only.
+LIB= supc++
+
+# Pulled from Makefile.common
+SRCS= ${SUPSRCS}
+
+.include <bsd.lib.mk>