diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-18 23:49:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-18 23:49:53 +0000 |
commit | 46ff6b272921b15bc0df982c467b575d17c674a6 (patch) | |
tree | c4dc2c2c808812cd3670b23cffe8b857b3d21be3 /gnu/egcs/gcc/Makefile.bsd-wrapper | |
parent | 74e80729fba2420c72514b0a8766a720f227ec0d (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-wrapper | 7 |
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 |