From 49d4be764f642b40844563a0b15b71233b3b95aa Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 2 Aug 1994 20:15:59 +0000 Subject: Here comes the right import of gcc-2.6.0. --- gnu/usr.bin/cc/cccp/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gnu/usr.bin/cc/cccp/Makefile (limited to 'gnu/usr.bin') 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 -- cgit v1.1