summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc1plus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/cc1plus/Makefile')
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile
new file mode 100644
index 0000000..a03330d
--- /dev/null
+++ b/gnu/usr.bin/cc/cc1plus/Makefile
@@ -0,0 +1,13 @@
+#
+# $FreeBSD$
+#
+
+PROG = cc1plus
+SRCS = call.c class.c cvt.c decl.c decl2.c edsel.c errfn.c error.c except.c expr.c gc.c init.c lex.c method.c parse.c pt.c ptree.c search.c sig.c spew.c tree.c typeck.c typeck2.c xref.c
+BINDIR= /usr/libexec
+NOMAN= 1
+LDDESTDIR+= -L${.CURDIR}/../cc_int/obj
+LDDESTDIR+= -L${.CURDIR}/../cc_int
+LDADD+= -lcc_int
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud