Merge branch 'vendor/OPENSSL'
[dragonfly.git] / gnu / usr.bin / cc44 / cpp / Makefile
1 .include "../Makefile.inc"
2 .include "../Makefile.langs"
3
4 PROG=   cpp
5 MAN=    cpp${GCCSHORTVER}.1
6
7 .if ${GCCSHORTVER} != ${GCCDOCSUFFIX}
8 MLINKS= cpp${GCCSHORTVER}.1 cpp${GCCDOCSUFFIX}.1
9 .endif
10
11 SRCS=   ${GCC_SRCS} cppspec.c intl.c prefix.c version.c
12 SRCS+=  ${EXTRA_GCC_SRCS}
13
14 CFLAGS+= -DGCC_DRIVER
15
16 cpp${GCCSHORTVER}.1: ${GCCDIR}/gcc/doc/cpp.1
17         cp ${.ALLSRC} ${.TARGET}
18
19 CLEANFILES+=    cpp${GCCSHORTVER}.1
20
21 .include <bsd.prog.mk>