freebsd-dev/gnu/usr.bin/cc/cpp/Makefile

17 lines
238 B
Makefile
Raw Normal View History

2002-04-06 23:18:01 +00:00
# $FreeBSD$
.include <src.opts.mk>
2002-04-06 23:18:01 +00:00
.include "../Makefile.inc"
.include "../Makefile.fe"
PROG= gcpp
SRCS+= cppspec.c
2002-04-06 23:18:01 +00:00
.if ${MK_CLANG_IS_CC} == "no"
LINKS= ${BINDIR}/gcpp ${BINDIR}/cpp
MLINKS= gcpp.1 cpp.1
.endif
2002-04-06 23:18:01 +00:00
.include <bsd.prog.mk>