freebsd-dev/gnu/usr.bin/cc/cpp/Makefile
David E. O'Brien 2d410dba14 Turn on a new /usr/bin/cpp that is a true binary rather than a shell script
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.
2000-01-04 03:48:08 +00:00

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>