summaryrefslogtreecommitdiff
path: root/gnu/lib/libsupc++-v3/Makefile
blob: be7f39a7757867d0173de8ac06a5514febb87cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $OpenBSD: Makefile,v 1.2 2010/05/15 17:07:57 matthieu Exp $

.include "${.CURDIR}/../libstdc++-v3/Makefile.common" 

# Static only.
LIB=	supc++

# Pulled from Makefile.common
SRCS=	${SUPSRCS}

# Build a standard .a lib with PIC objects
NOPIC=
CFLAGS+= ${PICFLAG}

.include <bsd.lib.mk>