git: 0c19c4db74aa - main - Move sort to runtime
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Jul 2022 10:28:58 UTC
The branch main has been updated by dfr:
URL: https://cgit.FreeBSD.org/src/commit/?id=0c19c4db74aad465200797382f4a14f86cd4e146
commit 0c19c4db74aad465200797382f4a14f86cd4e146
Author: Doug Rabson <dfr@FreeBSD.org>
AuthorDate: 2022-07-29 09:15:24 +0000
Commit: Doug Rabson <dfr@FreeBSD.org>
CommitDate: 2022-07-29 10:27:25 +0000
Move sort to runtime
Allows pkg bootstrap without having to install FreeBSD-utilities
---
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