diff options
author | phk <phk@FreeBSD.org> | 1994-08-02 20:15:59 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-08-02 20:15:59 +0000 |
commit | 49d4be764f642b40844563a0b15b71233b3b95aa (patch) | |
tree | d93be4b30c73abb2da78a16d9376f8e905d778df /gnu/usr.bin/cc | |
parent | 7dfd7162fb102fea6ce58805555a53c3671f592f (diff) | |
download | FreeBSD-src-49d4be764f642b40844563a0b15b71233b3b95aa.zip FreeBSD-src-49d4be764f642b40844563a0b15b71233b3b95aa.tar.gz |
Here comes the right import of gcc-2.6.0.
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r-- | gnu/usr.bin/cc/cccp/Makefile | 12 |
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> |