From 768e889c8be080dedeac247a22916dfbf114abf1 Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 20 Nov 2006 17:08:35 +0000 Subject: Delete more gcc3 stuff. --- gnu/usr.bin/gcc3/cpp/Makefile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 gnu/usr.bin/gcc3/cpp/Makefile (limited to 'gnu/usr.bin/gcc3/cpp/Makefile') diff --git a/gnu/usr.bin/gcc3/cpp/Makefile b/gnu/usr.bin/gcc3/cpp/Makefile deleted file mode 100644 index d67ba920ed7..00000000000 --- a/gnu/usr.bin/gcc3/cpp/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2003/09/04 04:19:08 mrg Exp $ - -.include - -PROG= cpp -SRCS= cppspec.c - -CPPFLAGS+= -I${BACKENDOBJ} - -LINKS= ${BINDIR}/cpp ${BINDIR}/gcpp - -TEXINFO= cpp.texi -INFOFLAGS= -I${DIST}/gcc/doc -I${DIST}/gcc/doc/include - -MAN= cpp.1 -MLINKS+= cpp.1 gcpp.1 cpp.1 cccp.1 - -.include "../Makefile.frontend" - -.include - -.PATH: ${DIST}/gcc ${DIST}/gcc/doc -- cgit