From 1ddf2fdcc0eaea7a1f7848fe9957f173c396c23c Mon Sep 17 00:00:00 2001 From: tjr Date: Fri, 2 Jul 2004 11:09:55 +0000 Subject: [PATCH] Hook strnlen.c up to the build - the i18n patch uses it. --- 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 c28955fc4a06..79d53281ece0 100644 --- a/gnu/usr.bin/sort/Makefile +++ b/gnu/usr.bin/sort/Makefile @@ -20,6 +20,7 @@ SRCS= sort.c \ posixver.c \ quote.c \ quotearg.c \ + strnlen.c \ umaxtostr.c \ version-etc.c \ xmalloc.c \