Move sort to runtime

Allows pkg bootstrap without having to install FreeBSD-utilities
This commit is contained in:
Doug Rabson 2022-07-29 10:15:24 +01:00
parent 0df5a06864
commit 0c19c4db74

View File

@ -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