summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cpp0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/cpp0/Makefile')
-rw-r--r--gnu/usr.bin/cc/cpp0/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/gnu/usr.bin/cc/cpp0/Makefile b/gnu/usr.bin/cc/cpp0/Makefile
deleted file mode 100644
index 662f03e..0000000
--- a/gnu/usr.bin/cc/cpp0/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $FreeBSD$
-
-.include "../Makefile.inc"
-
-.PATH: ${GCCDIR}
-
-PROG= cpp0
-SRCS= cppmain.c c-parse+%DIKED.c c-lang.c c-decl.c
-
-BINDIR= /usr/libexec
-NOMAN= 1
-NOSHARED?=yes
-
-DPADD= ${LIBCC_INT}
-LDADD= ${LIBCC_INT}
-
-#-----------------------------------------------------------------------
-# C parser
-
-c-parse+%DIKED.c: c-parse.c
- sed -e "s/malloc/xmalloc/g" \
- -e "s/realloc/xrealloc/g" \
- ${.ALLSRC} > ${.TARGET}
-
-c-parse.y: c-parse.in
- sed -e "/^ifobjc$$/,/^end ifobjc$$/d" \
- -e "/^ifc$$/d" \
- -e "/^end ifc$$/d" \
- ${.ALLSRC} > ${.TARGET}
-
-CLEANFILES= c-parse+%DIKED.c c-parse.c c-parse.y
-CLEANFILES+= y.tab.h # we don't use it, but the system YACC rules are naive
-
-#-----------------------------------------------------------------------
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud