From owner-cvs-all@FreeBSD.ORG Fri Jul 2 11:12:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0344916A4CE; Fri, 2 Jul 2004 11:12:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F7143D1F; Fri, 2 Jul 2004 11:12:03 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62B9taB022991; Fri, 2 Jul 2004 11:09:55 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62B9t1k022990; Fri, 2 Jul 2004 11:09:55 GMT (envelope-from tjr) Message-Id: <200407021109.i62B9t1k022990@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 2 Jul 2004 11:09:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/sort Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 11:12:04 -0000 tjr 2004-07-02 11:09:55 UTC FreeBSD src repository Modified files: gnu/usr.bin/sort Makefile Log: Hook strnlen.c up to the build - the i18n patch uses it. Revision Changes Path 1.11 +1 -0 src/gnu/usr.bin/sort/Makefile