#
# $FreeBSD$
PROG = c++
SRCS = g++.c
BINDIR= /usr/bin
NOMAN= 1
DPADD+= ${LIBCC_INT}
LDADD+= -lcc_int
.include <bsd.prog.mk>