summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-08-02 20:15:59 +0000
committerphk <phk@FreeBSD.org>1994-08-02 20:15:59 +0000
commit49d4be764f642b40844563a0b15b71233b3b95aa (patch)
treed93be4b30c73abb2da78a16d9376f8e905d778df /gnu/usr.bin
parent7dfd7162fb102fea6ce58805555a53c3671f592f (diff)
downloadFreeBSD-src-49d4be764f642b40844563a0b15b71233b3b95aa.zip
FreeBSD-src-49d4be764f642b40844563a0b15b71233b3b95aa.tar.gz
Here comes the right import of gcc-2.6.0.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cccp/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cccp/Makefile b/gnu/usr.bin/cc/cccp/Makefile
new file mode 100644
index 0000000..8467da4
--- /dev/null
+++ b/gnu/usr.bin/cc/cccp/Makefile
@@ -0,0 +1,12 @@
+#
+# $FreeBSD$
+#
+
+PROG = cpp
+SRCS = cccp.c cexp.c
+BINDIR= /usr/libexec
+LDDESTDIR+= -L${.CURDIR}/../cc_int/obj
+LDDESTDIR+= -L${.CURDIR}/../cc_int
+LDADD+= -lcc_int
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud