summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc2/cpp/Makefile
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1996-05-19 06:14:37 +0000
committercgd <cgd@NetBSD.org>1996-05-19 06:14:37 +0000
commit20c35b4462f4b683a2e2363e473f71895e41b9ba (patch)
tree436d669e25582c3737acd5e972c267adb62be4da /gnu/usr.bin/gcc2/cpp/Makefile
parent7fc8e9cbc4e865079e0f4a58b7a9ece9affa239b (diff)
GCC 2.4.5 is no longer used by NetBSD. The 'correct' version of GCC
in the NetBSD master sources can be found in src/gnu/usr.bin/gcc, and is currently GCC 2.7.2.
Diffstat (limited to 'gnu/usr.bin/gcc2/cpp/Makefile')
-rw-r--r--gnu/usr.bin/gcc2/cpp/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/usr.bin/gcc2/cpp/Makefile b/gnu/usr.bin/gcc2/cpp/Makefile
deleted file mode 100644
index b3abdb7effa..00000000000
--- a/gnu/usr.bin/gcc2/cpp/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# from: @(#)Makefile 6.4 (Berkeley) 2/21/91
-# $Id: Makefile,v 1.10 1994/12/22 09:33:51 cgd Exp $
-
-PROG= cpp
-BINDIR= /usr/libexec
-SRCS= cccp.c cexp.y version.c
-CFLAGS+= -I. -I$(.CURDIR) -I$(.CURDIR)/../common \
- -I$(.CURDIR)/../arch/$(MACHINE_ARCH) -I$(.CURDIR)/../arch \
- -DGCC_INCLUDE_DIR=\"\" \
- -DGPLUSPLUS_INCLUDE_DIR=\"/usr/include/g++\"
-LDADD+= -lgnumalloc
-DPADD+= /usr/lib/libgnumalloc.a
-YFLAGS=
-
-MLINKS= cpp.1 gcpp.1
-
-.PATH: $(.CURDIR)/../common
-
-afterinstall:
- install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
- $(.CURDIR)/usr.bin.cpp.sh $(DESTDIR)/usr/bin/cpp
- @/bin/rm -rf $(DESTDIR)/usr/bin/gcpp
- @ln $(DESTDIR)/usr/bin/cpp $(DESTDIR)/usr/bin/gcpp
- @echo $(DESTDIR)/usr/bin/gcpp -\> $(DESTDIR)/usr/bin/cpp
-
-.include <bsd.prog.mk>