2d410dba14
wrapper. /usr/bin/cpp knows about all the GCC predefined symbols and has the functionality of the previous EGCS 1.1.2 /usr/libexec/cpp.
15 lines
207 B
Makefile
15 lines
207 B
Makefile
# $FreeBSD$
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${GCCDIR}
|
|
|
|
PROG= cpp
|
|
SRCS= gcc.c cppspec.c # version.c
|
|
NOMAN= 1
|
|
|
|
DPADD+= ${LIBCC_DRV} ${LIBCC_FBSD}
|
|
LDADD+= ${LIBCC_DRV} ${LIBCC_FBSD}
|
|
|
|
.include <bsd.prog.mk>
|