summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/cpp/Makefile')
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile
index b7e09c2..0bbc198 100644
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ b/gnu/usr.bin/cc/cpp/Makefile
@@ -1,11 +1,10 @@
#
-# $FreeBSD$
+# $Id$
#
+.PATH: ${.CURDIR}/../cc_int
PROG = cpp
-SRCS = cccp.c cexp.c
+SRCS = cccp.c cexp.c obstack.c version.c
BINDIR= /usr/libexec
-DPADD+= ${LIBCC_INT}
-LDADD+= -lcc_int
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud