aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5/style.Makefile.5
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-11-18 21:00:30 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-11-28 16:45:08 +0000
commit2b890871f7d196a16d7e4c4c4007095449948bcc (patch)
tree892a09f8836d5ad64464bd96e7d7eed7715ef919 /share/man/man5/style.Makefile.5
parent98ddcae346db6c537b43fcec392a0eb84ee63f6f (diff)
style.Makefile.5: Do not require $FreeBSD$ SCM IDs
It's no longer required to have those SCM IDs at the start of makefiles. MFC after: 3 days (cherry picked from commit 1ac5586c6d86134922e18871b270ca483c00bf8b)
Diffstat (limited to 'share/man/man5/style.Makefile.5')
-rw-r--r--share/man/man5/style.Makefile.59
1 files changed, 1 insertions, 8 deletions
diff --git a/share/man/man5/style.Makefile.5 b/share/man/man5/style.Makefile.5
index 67991869ff57..4ced85704640 100644
--- a/share/man/man5/style.Makefile.5
+++ b/share/man/man5/style.Makefile.5
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 25, 2020
+.Dd November 18, 2021
.Dt STYLE.MAKEFILE 5
.Os
.Sh NAME
@@ -42,13 +42,6 @@ This file specifies the preferred style for makefiles in the
source tree.
.Bl -bullet
.It
-All makefiles should have an SCM ID at the start of the file,
-followed by a blank line.
-.Bd -literal
-# $FreeBSD\&$
-
-.Ed
-.It
.Cm .PATH :
comes next if needed, and is spelled
.Dq Li ".PATH: " ,