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:
Mateusz Piotrowski 2021-11-18 22:00:30 +01:00
parent b9569ba05e
commit 1ac5586c6d

View file

@ -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: " ,