git: 22faf70d7e13 - main - style.Makefile.5: Remove $FreeBSD$ from examples
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Jul 2023 13:07:35 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=22faf70d7e137f39b6afe7da967679a7cdbe3507
commit 22faf70d7e137f39b6afe7da967679a7cdbe3507
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-07-17 13:01:52 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-07-17 13:01:52 +0000
style.Makefile.5: Remove $FreeBSD$ from examples
MFC after: 3 days
---
share/man/man5/style.Makefile.5 | 4 ----
1 file changed, 4 deletions(-)
diff --git a/share/man/man5/style.Makefile.5 b/share/man/man5/style.Makefile.5
index 575fb0f38d2f..da475420013a 100644
--- a/share/man/man5/style.Makefile.5
+++ b/share/man/man5/style.Makefile.5
@@ -243,8 +243,6 @@ The simplest program
.Pa Makefile
is:
.Bd -literal -offset indent
-# $FreeBSD\&$
-
PROG= foo
\&.include <bsd.prog.mk>
@@ -254,8 +252,6 @@ The simplest library
.Pa Makefile
is:
.Bd -literal -offset indent
-# $FreeBSD\&$
-
LIB= foo
SHLIB_MAJOR= 1
MAN= libfoo.3