summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cpp/Makefile
blob: b7e09c216bb0627496af7c048df2494610a06066 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# $FreeBSD$
#

PROG =	cpp
SRCS =	cccp.c cexp.c
BINDIR=	/usr/libexec
DPADD+=	${LIBCC_INT}
LDADD+=	-lcc_int

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud