The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=5c8b07fe844984be1d4acc039bde28fae0638d06
commit 5c8b07fe844984be1d4acc039bde28fae0638d06 Author: Simon J. Gerraty <[email protected]> AuthorDate: 2023-12-07 06:17:14 +0000 Commit: Simon J. Gerraty <[email protected]> CommitDate: 2023-12-07 06:17:14 +0000 bsdinstall: add include to SUBDIR --- usr.sbin/bsdinstall/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsdinstall/Makefile b/usr.sbin/bsdinstall/Makefile index 422bdcaaa77a..ec7ff2aebafa 100644 --- a/usr.sbin/bsdinstall/Makefile +++ b/usr.sbin/bsdinstall/Makefile @@ -1,5 +1,5 @@ -SUBDIR= distextract distfetch partedit runconsoles scripts +SUBDIR= distextract distfetch include partedit runconsoles scripts SUBDIR_PARALLEL= SUBDIR_DEPEND_distextract = include SUBDIR_DEPEND_distfetch = include
