diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2022-07-29 09:15:24 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2022-07-29 10:27:25 +0000 |
| commit | 0c19c4db74aad465200797382f4a14f86cd4e146 (patch) | |
| tree | f9b91407aca7689a926eee2fbb65597936af897c /usr.bin/sort | |
| parent | 0df5a06864b351ac44a87246acc473e446da1163 (diff) | |
Diffstat (limited to 'usr.bin/sort')
| -rw-r--r-- | usr.bin/sort/Makefile | 1 |
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 |
