diff options
-rw-r--r-- | gnu/usr.bin/sort/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile index 79d5328..2b11618 100644 --- a/gnu/usr.bin/sort/Makefile +++ b/gnu/usr.bin/sort/Makefile @@ -23,6 +23,7 @@ SRCS= sort.c \ strnlen.c \ umaxtostr.c \ version-etc.c \ + xalloc-die.c \ xmalloc.c \ xmemcoll.c \ xstrtoul.c \ |