aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2022-07-29 09:15:24 +0000
committerDoug Rabson <dfr@FreeBSD.org>2022-07-29 10:27:25 +0000
commit0c19c4db74aad465200797382f4a14f86cd4e146 (patch)
treef9b91407aca7689a926eee2fbb65597936af897c /usr.bin/sort
parent0df5a06864b351ac44a87246acc473e446da1163 (diff)
Diffstat (limited to 'usr.bin/sort')
-rw-r--r--usr.bin/sort/Makefile1
1 files changed, 1 insertions, 0 deletions
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