summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-20 23:27:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-20 23:27:58 +0000
commit16b0cb820cd404792351ebb8bb385a9c8b983348 (patch)
tree6ffcecc871b6fe93d6e997465927c009a6715cfe /gnu/usr.bin/gcc/Makefile.bsd-wrapper
parent274444cd9f7c6c7080d4a5152264e1bee15a44be (diff)
do not install a ccpp.1 link
Diffstat (limited to 'gnu/usr.bin/gcc/Makefile.bsd-wrapper')
-rw-r--r--gnu/usr.bin/gcc/Makefile.bsd-wrapper6
1 files changed, 2 insertions, 4 deletions
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)