diff options
author | tjr <tjr@FreeBSD.org> | 2004-08-12 06:02:28 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-08-12 06:02:28 +0000 |
commit | d46f8b68cbf2284ccfa4e60c46aa3d1ed486298c (patch) | |
tree | 145803552c594f26df5efe6b69a207ecf506957d /gnu | |
parent | be2f8677519f547fdd2b3d16263f84e3be56859e (diff) | |
download | FreeBSD-src-d46f8b68cbf2284ccfa4e60c46aa3d1ed486298c.zip FreeBSD-src-d46f8b68cbf2284ccfa4e60c46aa3d1ed486298c.tar.gz |
Hook xalloc-die.c up to the build.
Diffstat (limited to 'gnu')
-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 \ |