diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2010-05-15 08:24:00 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2010-05-15 08:24:00 +0000 |
commit | 59cd1c79d0ae10f22b60a8bd290b15e83a8811fc (patch) | |
tree | a53a5f576761db8cee1549cc7362d70a30cf5ada /gnu | |
parent | 3964156f66ea4d3fca86a1ca527e108722eb58ce (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/Makefile | 11 |
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> |