diff options
author | 1996-08-23 20:57:36 +0000 | |
---|---|---|
committer | 1996-08-23 20:57:36 +0000 | |
commit | 2bea31e2af699eb8d95b86e3d5950296b44b1cc5 (patch) | |
tree | 5e8a275c90fa3ebc20d6194297700b168c2d9421 | |
parent | Remove a static that is wrong (diff) | |
download | wireguard-openbsd-2bea31e2af699eb8d95b86e3d5950296b44b1cc5.tar.xz wireguard-openbsd-2bea31e2af699eb8d95b86e3d5950296b44b1cc5.zip |
$OpenBSD$
-rw-r--r-- | gnu/usr.bin/gcc/Makefile.bsd-wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper index ba0ba87a183..89a9e59686d 100644 --- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $Id: Makefile.bsd-wrapper,v 1.13 1996/07/31 00:18:13 niklas Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.14 1996/08/23 20:57:36 niklas Exp $ MAN= cccp.1 gcc.1 cp/g++.1 MLINKS+= gcc.1 cc.1 |