From 16b0cb820cd404792351ebb8bb385a9c8b983348 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 20 Feb 2004 23:27:58 +0000 Subject: do not install a ccpp.1 link --- gnu/usr.bin/gcc/Makefile.bsd-wrapper | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper index ee25cced936..058c68c77af 100644 --- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper @@ -1,10 +1,8 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.45 2004/01/31 20:27:58 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.46 2004/02/20 23:27:57 deraadt Exp $ -#MAN= cccp.1 gcc.1 gcc-local.1 protoize.1 gcov.1 MAN= gcc.1 cpp.1 gcov.1 gcc-local.1 protoize.1 -#MLINKS+= cccp.1 cpp.1 MLINKS+= protoize.1 unprotoize.1 -MLINKS+= gcc.1 cc.1 cpp.1 ccpp.1 +MLINKS+= gcc.1 cc.1 BINDIR=/usr/bin .if defined(BOOTSTRAP) -- cgit v1.2.3