git: 89da04fcaa33 - main - Revert "Remove lib/kyua from the build"

Alex Richardson arichardson at FreeBSD.org
Fri Jul 2 09:18:33 UTC 2021


The branch main has been updated by arichardson:

URL: https://cgit.FreeBSD.org/src/commit/?id=89da04fcaa33f100a60d06770f7424e5b7f1312f

commit 89da04fcaa33f100a60d06770f7424e5b7f1312f
Author:     Alex Richardson <arichardson at FreeBSD.org>
AuthorDate: 2021-07-02 09:17:03 +0000
Commit:     Alex Richardson <arichardson at FreeBSD.org>
CommitDate: 2021-07-02 09:17:03 +0000

    Revert "Remove lib/kyua from the build"
    
    Accidentally removed it from the wrong file...
    
    This reverts commit 8ec4ba8a76aaf256942ac5996d45cc29022641ae.
---
 usr.bin/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 698dbc25b5e8..206da7154ac2 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -247,6 +247,7 @@ SUBDIR.${MK_QUOTAS}+=	quota
 SUBDIR.${MK_SENDMAIL}+=	vacation
 SUBDIR.${MK_TALK}+=	talk
 SUBDIR.${MK_TELNET}+=	telnet
+SUBDIR.${MK_TESTS_SUPPORT}.${MK_CXX}+=	kyua
 SUBDIR.${MK_TESTS}+=	tests
 SUBDIR.${MK_TEXTPROC}+=	ul
 SUBDIR.${MK_TFTP}+=	tftp


More information about the dev-commits-src-main mailing list