summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cpp/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1994-11-15 04:52:19 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1994-11-15 04:52:19 +0000
commit8ab1d79d165e6fe313540017143ca389d27a020d (patch)
treecf95ec03f06accade4e1638056fb6513bccd761b /gnu/usr.bin/cc/cpp/Makefile
parent4ef84c6a4e276aa5878f9dc9a6133cc8da78c4cf (diff)
Notes
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 0bbc198d9d31..43ec78c3a49f 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>