#	$NetBSD: Makefile.includes,v 1.2 2020/09/09 07:23:45 mrg Exp $

#
# Always install in INCSDIR regardless of any path in filename
#
.for f in ${INCS}
INCSDIR_${f:C,/,_,g}=	${INCSDIR}
INCSNAME_${f:C,/,_,g}=	${f:T}
.endfor

.PATH: ${DIST}/libstdc++-v3/include

.include <bsd.prog.mk>