mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 06:29:51 -04:00
10 lines
226 B
Makefile
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
|