git: 55f186a13a4f - stable/13 - Move sort to runtime
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Aug 2022 13:27:36 UTC
The branch stable/13 has been updated by dfr:
URL: https://cgit.FreeBSD.org/src/commit/?id=55f186a13a4fb48ee943047f074988c6385e9866
commit 55f186a13a4fb48ee943047f074988c6385e9866
Author: Doug Rabson <dfr@FreeBSD.org>
AuthorDate: 2022-07-29 09:15:24 +0000
Commit: Doug Rabson <dfr@FreeBSD.org>
CommitDate: 2022-08-19 13:27:16 +0000
Move sort to runtime
Allows pkg bootstrap without having to install FreeBSD-utilities
(cherry picked from commit 0c19c4db74aad465200797382f4a14f86cd4e146)
---
usr.bin/sort/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile
index 3f7b607a177a..40cd99086b95 100644
--- a/usr.bin/sort/Makefile
+++ b/usr.bin/sort/Makefile
@@ -2,6 +2,7 @@
.include <src.opts.mk>
+PACKAGE= runtime
PROG= sort
SRCS= bwstring.c coll.c file.c mem.c radixsort.c sort.c vsort.c
CSTD= c11