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/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile
index 0bbc198..43ec78c 100644
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ b/gnu/usr.bin/cc/cpp/Makefile
@@ -2,9 +2,10 @@
# $Id$
#
-.PATH: ${.CURDIR}/../cc_int
PROG = cpp
-SRCS = cccp.c cexp.c obstack.c version.c
+SRCS = cccp.c cexp.c
BINDIR= /usr/libexec
+.PATH: ${.CURDIR}/../cc_int
+SRCS+= obstack.c version.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud