Home | History | Annotate | Line # | Download | only in gcc.old
Makefile.gcc_path revision 1.1.1.2
      1 #	$NetBSD: Makefile.gcc_path,v 1.1.1.2 2015/09/23 03:03:02 mrg Exp $
      2 
      3 # Define some commom paths
      4 
      5 .ifndef _EXTERNAL_GPL3_GCC_MAKEFILE_INC_
      6 _EXTERNAL_GPL3_GCC_MAKEFILE_INC_=1
      7 
      8 .include <bsd.own.mk>
      9 
     10 GCC_SUBDIR=	${NETBSDSRCDIR}/external/gpl3/${EXTERNAL_GCC_SUBDIR}
     11 
     12 #.if exists(${GCC_SUBDIR}/dist)
     13 GCCDIST=	${GCC_SUBDIR}/dist
     14 #.endif
     15 
     16 .endif	# _GPL3_GCC_MAKEFILE_INC_
     17