mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Move sort to runtime
Allows pkg bootstrap without having to install FreeBSD-utilities
This commit is contained in:
parent
0df5a06864
commit
0c19c4db74
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue