Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 2023 06:17:49 GMT
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5c8b07fe8449 - main - bsdinstall: add include to SUBDIR
Message-ID:  <202312070617.3B76Hn6A013737@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=5c8b07fe844984be1d4acc039bde28fae0638d06

commit 5c8b07fe844984be1d4acc039bde28fae0638d06
Author:     Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2023-12-07 06:17:14 +0000
Commit:     Simon J. Gerraty <sjg@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312070617.3B76Hn6A013737>