summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobert <robert@openbsd.org>2010-05-15 08:23:59 +0000
committerrobert <robert@openbsd.org>2010-05-15 08:23:59 +0000
commit17df1aa77106127ce839c40ef1cbf69582a7ae0b (patch)
treefc2cc3d04cf53ff9388d750d8a7c99adda496c7a
parentMove libsupc++ sources and other common stuff to Makefile.common (diff)
downloadwireguard-openbsd-17df1aa77106127ce839c40ef1cbf69582a7ae0b.tar.xz
wireguard-openbsd-17df1aa77106127ce839c40ef1cbf69582a7ae0b.zip
Add Makefile for libsupc++-v3 that pulls common stuff from
libstdc++-v3/Makefile.common. ok espie@
-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>