diff options
author | 2004-02-20 23:27:57 +0000 | |
---|---|---|
committer | 2004-02-20 23:27:57 +0000 | |
commit | 890e34a0b50a0d5559b199fe3de72f3d2a5025f0 (patch) | |
tree | 46a064d7988397df8505ebf84cef941437db8855 | |
parent | turn off TRAP_SIGDEBUG (diff) | |
download | wireguard-openbsd-890e34a0b50a0d5559b199fe3de72f3d2a5025f0.tar.xz wireguard-openbsd-890e34a0b50a0d5559b199fe3de72f3d2a5025f0.zip |
do not install a ccpp.1 link
-rw-r--r-- | gnu/usr.bin/gcc/Makefile.bsd-wrapper | 6 |
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) |