18 lines
282 B
Makefile
18 lines
282 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/11/12 15:04:35 jmmv Exp $
|
|
|
|
PROG= gplusplus
|
|
PROGNAME= g++
|
|
SRCS= g++spec.c
|
|
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
CPPFLAGS+= -I${BACKENDOBJ}
|
|
|
|
LINKS+= ${BINDIR}/g++ ${BINDIR}/c++
|
|
|
|
.include "../Makefile.frontend"
|
|
|
|
.PATH: ${DIST}/gcc ${DIST}/gcc/cp
|