summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc_drv/Makefile
blob: 332b37ae5e9f804ee8a0cffc221917ea44a3e20e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

.include "../Makefile.inc"

.PATH: ../cc_tools ${GCCDIR}

LIB=		cc_drv
NOPROFILE=	YES
NOPIC=		YES

SRCS=	multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c

CFLAGS+=	-DIN_GCC

install:
	@true

${OUT_OBJ}.o ${OUT_OBJ}.so:	${OUT_FILE}

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