Home | History | Annotate | Line # | Download | only in g++
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2011/06/21 06:03:14 mrg Exp $
      2 
      3 PROG=		gplusplus
      4 PROGNAME=	g++
      5 SRCS=		g++spec.c
      6 
      7 NOMAN=		# defined
      8 
      9 .include <bsd.own.mk>
     10 
     11 CPPFLAGS+=	-I${BACKENDOBJ}
     12 
     13 LINKS+=		${BINDIR}/g++ ${BINDIR}/c++
     14 
     15 .include "../Makefile.frontend"
     16 
     17 .PATH: ${DIST}/gcc ${DIST}/gcc/cp
     18