diff options
-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> |