summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cpp
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-09-18 22:35:55 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-09-18 22:35:55 +0000
commitb4aca961be225de5e841add766d2561bb2cf3022 (patch)
tree1a09b36ed3da81af997542ab383a12a4c170308f /gnu/usr.bin/cc/cpp
parentac1a8b47c77614c4cff2da718de9f824bb55510a (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp')
-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 b7e09c216bb0..0bbc198d9d31 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>