Makefile.includes revision 1.4
1#	$NetBSD: Makefile.includes,v 1.4 2018/11/11 22:50:03 mrg Exp $
2
3#
4# Always install in INCSDIR regardless of any path in filename
5#
6.for f in ${INCS}
7INCSDIR_${f:C,/,_,g}=	${INCSDIR}
8INCSNAME_${f:C,/,_,g}=	${f:T}
9.endfor
10