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

PROG =	cpp
SRCS =	cccp.c cexp.c
BINDIR=	/usr/libexec
LDDESTDIR+=	-L${.CURDIR}/../cc_int/obj
LDDESTDIR+=	-L${.CURDIR}/../cc_int
LDADD+=	-lcc_int

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