]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/usr.bin/cc/cpp/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / gnu / usr.bin / cc / cpp / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 .include "../Makefile.inc"
6 .include "../Makefile.fe"
7
8 PROG=   gcpp
9 SRCS+=  cppspec.c
10
11 .if ${MK_CLANG_IS_CC} == "no"
12 LINKS=  ${BINDIR}/gcpp ${BINDIR}/cpp
13 MLINKS= gcpp.1 cpp.1
14 .endif
15
16 .include <bsd.prog.mk>