c6063d0da8
from the latter.
17 lines
238 B
Makefile
17 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>
|