aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-07-02 11:09:55 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-07-02 11:09:55 +0000
commit5a3af8fce5d45be8639fdbdaea79e3df1b9378d3 (patch)
tree68a29f670c1b56ecccf8b8fd60a36dec423e74fe
parentf4b1cb3447fa79b118e683c56ae3a581da50f5d3 (diff)
downloadsrc-5a3af8fce5d45be8639fdbdaea79e3df1b9378d3.tar.gz
src-5a3af8fce5d45be8639fdbdaea79e3df1b9378d3.zip
Hook strnlen.c up to the build - the i18n patch uses it.
Notes
Notes: svn path=/head/; revision=131454
-rw-r--r--gnu/usr.bin/sort/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \