Home | History | Annotate | Line # | Download | only in include
      1 #	$NetBSD: Makefile.includes,v 1.9 2025/09/07 04:12:24 mrg Exp $
      2 
      3 #
      4 # Always install in INCSDIR regardless of any path in filename
      5 #
      6 .for f in ${INCS}
      7 INCSDIR_${f:C,/,_,g}=	${INCSDIR}
      8 INCSNAME_${f:C,/,_,g}=	${f:T}
      9 .endfor
     10 
     11 .PATH: ${DIST}/libstdc++-v3/include
     12 
     13 .include <bsd.prog.mk>
     14