summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-18 23:49:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-18 23:49:53 +0000
commit46ff6b272921b15bc0df982c467b575d17c674a6 (patch)
treec4dc2c2c808812cd3670b23cffe8b857b3d21be3 /gnu/egcs/gcc/Makefile.bsd-wrapper
parent74e80729fba2420c72514b0a8766a720f227ec0d (diff)
protoize(1) man page, cobbled from various places by jmc@prioris.mini.pw.edu.pl
Diffstat (limited to 'gnu/egcs/gcc/Makefile.bsd-wrapper')
-rw-r--r--gnu/egcs/gcc/Makefile.bsd-wrapper7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/egcs/gcc/Makefile.bsd-wrapper b/gnu/egcs/gcc/Makefile.bsd-wrapper
index bd0d1b67f42..d45fce4fe18 100644
--- a/gnu/egcs/gcc/Makefile.bsd-wrapper
+++ b/gnu/egcs/gcc/Makefile.bsd-wrapper
@@ -1,14 +1,15 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2003/01/14 20:04:44 marc Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2003/01/18 23:49:50 deraadt Exp $
-MAN= cccp.1 gcc.1 gcc-local.1
+MAN= cccp.1 gcc.1 gcc-local.1 protoize.1
MLINKS+= gcc.1 cc.1
MLINKS+= cccp.1 cpp.1
+MLINKS+= protoize.1 unprotize.1
.if defined(BOOTSTRAP)
LANGUAGES=--enable-languages=c
.else
LANGUAGES=--enable-languages='c,c++,objc,f77'
-MAN+= cp/g++.1 f/g77.1
+MAN+= cp/g++.1 f/g77.1
MLINKS+= g++.1 c++.1
MLINKS+= g77.1 f77.1
.endif