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
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd August 25, 2020
|
.Dd November 18, 2021
|
||||||
.Dt STYLE.MAKEFILE 5
|
.Dt STYLE.MAKEFILE 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -42,13 +42,6 @@ This file specifies the preferred style for makefiles in the
|
|||||||
source tree.
|
source tree.
|
||||||
.Bl -bullet
|
.Bl -bullet
|
||||||
.It
|
.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 :
|
.Cm .PATH :
|
||||||
comes next if needed, and is spelled
|
comes next if needed, and is spelled
|
||||||
.Dq Li ".PATH: " ,
|
.Dq Li ".PATH: " ,
|
||||||
|
|||||||
Reference in New Issue
Block a user