diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-03-10 08:21:32 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-03-10 08:21:32 +0000 |
| commit | df5b2cf2b31bf66e3b21c772b39f6cc6406dcb7b (patch) | |
| tree | 2a5e81a9a2eec5a62bc614f686d70ef5cbdcc3fd | |
| parent | d1180d47c9653335c75f6ec9e18eff19109f0119 (diff) | |
Complete removal of GNU diff
Fixes: 9a44e42a2b8f ("Retire GNU diff3")
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D55423
| -rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index d536f26ab0da..6ca784ef6cb6 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -29,6 +29,7 @@ SUBDIR= apply \ ctlstat \ cut \ diff \ + diff3 \ dirname \ dtc \ du \ @@ -206,7 +207,6 @@ SUBDIR.${MK_GAMES}+= pom SUBDIR.${MK_GAMES}+= primes SUBDIR.${MK_GAMES}+= random SUBDIR+= gh-bc -SUBDIR+= diff3 SUBDIR.${MK_HESIOD}+= hesinfo SUBDIR.${MK_ICONV}+= iconv SUBDIR.${MK_ICONV}+= mkcsmapper |
