summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/cpp0/Makefile
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2006-06-02 22:16:18 +0000
committermrg <mrg@NetBSD.org>2006-06-02 22:16:18 +0000
commitdb19e89e04ef4a31ce779771479fada19bccde62 (patch)
treef769c037f78e65d4c9e9b31871b835b6611ade1e /gnu/usr.bin/gcc/cpp0/Makefile
parent2aeadc072d1c932e50a384bebd4c0716c5c8b7a8 (diff)
remove support for building (with) GCC 2.95. also:
- always install <stdbool.h> - don't generate a fake one for vax / gettext.
Diffstat (limited to 'gnu/usr.bin/gcc/cpp0/Makefile')
-rw-r--r--gnu/usr.bin/gcc/cpp0/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/usr.bin/gcc/cpp0/Makefile b/gnu/usr.bin/gcc/cpp0/Makefile
deleted file mode 100644
index 0f2b035731d..00000000000
--- a/gnu/usr.bin/gcc/cpp0/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2001/12/12 12:24:20 lukem Exp $
-
-NOMAN= # defined
-
-.include <bsd.own.mk>
-
-PROG= cpp0
-SRCS= ${G_CCCP_OBJS:.o=.c}
-
-CPPFLAGS+= -I${GCCARCH} \
- ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \
- -DGCC_INCLUDE_DIR=\"\" -DPREFIX=\"/usr\"
-
-BINDIR= /usr/libexec
-
-.include <bsd.prog.mk>
-
-# Don't auto-frob .y or .l files.
-.l.c .y.c .y.h:
- @true
-
-.PATH: ${DIST}/gcc