ef37f7a679
output for i386, sparc64 and powerpc.
17 lines
270 B
Makefile
17 lines
270 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/05/10 22:48:13 mrg Exp $
|
|
|
|
PROG= 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
|