summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/tradcpp0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/tradcpp0/Makefile')
-rw-r--r--gnu/usr.bin/cc/tradcpp0/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/usr.bin/cc/tradcpp0/Makefile b/gnu/usr.bin/cc/tradcpp0/Makefile
deleted file mode 100644
index 8d35090..0000000
--- a/gnu/usr.bin/cc/tradcpp0/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD$
-
-.include "../Makefile.inc"
-
-.PATH: ${GCCDIR}
-
-PROG= tradcpp0
-SRCS= tradcpp.c tradcif+%DIKED.c
-BINDIR= /usr/libexec
-NOMAN= 1
-
-DPADD= ${LIBCC_INT}
-LDADD= ${LIBCC_INT}
-
-tradcif+%DIKED.c: tradcif.c
- sed -e "s/malloc/xmalloc/g" \
- -e "s/realloc/xrealloc/g" \
- ${.ALLSRC} >${.TARGET}
-
-CLEANFILES= tradcif+%DIKED.c tradcif.c
-CLEANFILES+= y.tab.h # we don't use it, but the system YACC rules are naive
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud