style.Makefile.5: Remove $FreeBSD$ from examples

MFC after:	3 days
This commit is contained in:
Mateusz Piotrowski 2023-07-17 15:01:52 +02:00
parent 73fb7a7a73
commit 22faf70d7e

View File

@ -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