git: 0967f7030c67 - main - Install the recently added posix.mk file
Date: Tue, 12 Apr 2022 20:06:21 UTC
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=0967f7030c67442bfacc17d6c316f20acb6e6419 commit 0967f7030c67442bfacc17d6c316f20acb6e6419 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2022-04-11 17:48:43 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2022-04-12 20:05:55 +0000 Install the recently added posix.mk file This enables POSIX compatibility for Makefiles which start with .POSIX: Submitted by: sjg --- share/mk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/mk/Makefile b/share/mk/Makefile index 786dae482ea4..ea6b58b5b65a 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -66,6 +66,7 @@ FILES= \ meta.stage.mk \ meta.subdir.mk \ meta.sys.mk \ + ${SRCTOP}/contrib/bmake/mk/posix.mk \ stage-install.sh \ sys.mk \ sys.dependfile.mk \