From 06c3f81d425ad194e1d4051663876097a4e60a1b Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Thu, 12 Aug 2004 06:02:28 +0000 Subject: [PATCH] Hook xalloc-die.c up to the build. --- gnu/usr.bin/sort/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile index 79d53281ece..2b116183792 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 \