mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 23:50:29 -04:00
10 lines
222 B
Makefile
10 lines
222 B
Makefile
# $NetBSD: Makefile.includes,v 1.1 2014/03/01 10:00:47 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
|