#
# $FreeBSD: stable/2.1/gnu/usr.bin/cc/cc1plus/Makefile 50952 1999-09-05 11:54:50Z peter $
#

PROG =	cc1plus
SRCS =	call.c class.c cvt.c decl.c decl2.c edsel.c errfn.c error.c except.c expr.c gc.c init.c lex.c method.c parse.c pt.c ptree.c search.c sig.c spew.c tree.c typeck.c typeck2.c xref.c
BINDIR=	/usr/libexec
NOMAN=	1
DPADD+=	${LIBCC_INT} ${LIBGNUMALLOC}
LDADD+=	-lcc_int -lgnumalloc

.include <bsd.prog.mk>
