summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/cpp0/Makefile
diff options
context:
space:
mode:
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