#
# $FreeBSD$
PROG = cpp
SRCS = cccp.c cexp.c
BINDIR= /usr/libexec
DPADD+= ${LIBCC_INT}
LDADD+= -lcc_int
.include <bsd.prog.mk>