2015-10-15 10:25:28 +02:00

10 lines
226 B
Makefile

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