From 9bfd60ec3db07f84d579cd9d597b1ac6bcf70950 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 18 Jul 2001 14:01:14 +0000 Subject: Add frontend /usr/bin/cpp (now a real binary) and /usr/libexec/cpp0 (formerly /usr/libexec/cpp). --- gnu/usr.bin/gcc/cpp0/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 gnu/usr.bin/gcc/cpp0/Makefile (limited to 'gnu/usr.bin/gcc/cpp0') diff --git a/gnu/usr.bin/gcc/cpp0/Makefile b/gnu/usr.bin/gcc/cpp0/Makefile new file mode 100644 index 00000000000..3503319cc59 --- /dev/null +++ b/gnu/usr.bin/gcc/cpp0/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2001/07/18 14:01:14 tv Exp $ + +.include + +PROG= cpp0 +SRCS= ${G_CCCP_OBJS:.o=.c} +MKMAN= no + +CPPFLAGS+= -I${GCCARCH} \ + ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \ + -DGCC_INCLUDE_DIR=\"\" -DPREFIX=\"/usr\" + +BINDIR= /usr/libexec + +.include + +.PATH: ${DIST}/gcc -- cgit