diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-02 11:09:55 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-02 11:09:55 +0000 |
commit | 1ddf2fdcc0eaea7a1f7848fe9957f173c396c23c (patch) | |
tree | 68a29f670c1b56ecccf8b8fd60a36dec423e74fe /gnu/usr.bin | |
parent | ceb7da92e59eb53fa5b1ce5fd2ee262afcbc6936 (diff) | |
download | FreeBSD-src-1ddf2fdcc0eaea7a1f7848fe9957f173c396c23c.zip FreeBSD-src-1ddf2fdcc0eaea7a1f7848fe9957f173c396c23c.tar.gz |
Hook strnlen.c up to the build - the i18n patch uses it.
Diffstat (limited to 'gnu/usr.bin')
-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 c28955f..79d5328 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 \ |