Makefile.includes revision 1.1 1 # $NetBSD: Makefile.includes,v 1.1 2015/09/23 03:03:39 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