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

PROG =	cc1
SRCS =	c-aux-info.c c-convert.c c-decl.c c-iterate.c c-lang.c c-lex.c c-parse.c c-pragma.c c-typeck.c
BINDIR=	/usr/libexec
NOMAN=	1
DPADD+=	${LIBCC_INT}
LDADD+=	-lcc_int

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