summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-01-04 03:48:08 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-01-04 03:48:08 +0000
commit2d410dba14d018e2defe38813774c225c0fd2ccc (patch)
tree0fd056efe92a4a31af543a2318194e92cbd9ce17 /gnu
parent92a1e549598ac231470b0ecdaffab7ccf4f242fd (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/Makefile2
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile10
2 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile
index afe0a3c17e25..7b25081ec26c 100644
--- a/gnu/usr.bin/cc/Makefile
+++ b/gnu/usr.bin/cc/Makefile
@@ -3,7 +3,7 @@
# The order of some of these are rather important. Some depend on previous
# subdirs.
-SUBDIR= cc_fbsd cc_tools cc_int cc_drv cpp cc1 cc cc1plus c++ c++filt doc
+SUBDIR= cc_fbsd cc_tools cc_int cc_drv cccp cpp cc1 cc cc1plus c++ c++filt doc
.if !defined(NO_OBJC)
SUBDIR+= cc1obj
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile
index 1b4045f5ffc6..094279949705 100644
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ b/gnu/usr.bin/cc/cpp/Makefile
@@ -5,10 +5,10 @@
.PATH: ${GCCDIR}
PROG= cpp
-SRCS= cccp.c cexp.y obstack.c prefix.c version.c
-YFLAGS=
-BINDIR= /usr/libexec
-MAN1= cccp.1
-MLINKS= cccp.1 cpp.1
+SRCS= gcc.c cppspec.c # version.c
+NOMAN= 1
+
+DPADD+= ${LIBCC_DRV} ${LIBCC_FBSD}
+LDADD+= ${LIBCC_DRV} ${LIBCC_FBSD}
.include <bsd.prog.mk>