Home | History | Annotate | Line # | Download | only in include
Makefile.includes revision 1.3.2.1
      1 #	$NetBSD: Makefile.includes,v 1.3.2.1 2018/11/26 01:52:00 pgoyette 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