opnsense-src/gnu/usr.bin/cc/cpp/Makefile
Franco Fichtner eb99233983 src: clean-cut move to release/11.0.0
Taken from: FreeBSD
Commit ref: d508cb8c8f
2016-10-03 12:28:21 +02:00

16 lines
238 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
.include "../Makefile.inc"
.include "../Makefile.fe"
PROG= gcpp
SRCS+= cppspec.c
.if ${MK_CLANG_IS_CC} == "no"
LINKS= ${BINDIR}/gcpp ${BINDIR}/cpp
MLINKS= gcpp.1 cpp.1
.endif
.include <bsd.prog.mk>