diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-02-21 01:07:35 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-02-21 01:07:35 +0000 |
commit | 6394c7713db32ed3d476ca2911dbef78540ad6dc (patch) | |
tree | 5c9ba205c475263dbd07f5709dec7cdabb811144 /share | |
parent | e0067d7c23febfde4b3b7cec5c0bc3167b9567dd (diff) |
+gcc-local, common to both gcc versions.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index db828bc1dc8..6b762f8efec 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2001/01/29 02:11:08 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2004/02/21 01:07:34 espie Exp $ # $NetBSD: Makefile,v 1.4 1994/12/22 10:48:04 cgd Exp $ -MAN= cd.1 intro.1 wait.1 +MAN= cd.1 intro.1 wait.1 gcc-local.1 .include <bsd.prog.mk> |