From owner-cvs-all@FreeBSD.ORG Tue Feb 1 09:26:35 2005 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 0AB7016A4CE; Tue, 1 Feb 2005 09:26:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4D2B43D55; Tue, 1 Feb 2005 09:26:34 +0000 (GMT) (envelope-from nik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j119QYFv034738; Tue, 1 Feb 2005 09:26:34 GMT (envelope-from nik@repoman.freebsd.org) Received: (from nik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j119QYun034737; Tue, 1 Feb 2005 09:26:34 GMT (envelope-from nik) Message-Id: <200502010926.j119QYun034737@repoman.freebsd.org> From: Nik Clayton Date: Tue, 1 Feb 2005 09:26:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/lib/libc/string 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: Tue, 01 Feb 2005 09:26:35 -0000 nik 2005-02-01 09:26:34 UTC FreeBSD src repository Modified files: tools/regression/lib/libc/string Makefile Log: Add to CFLAGS, rather than overriding it. Use LDFLAGS for the -L option, and LDLIBS to specify -ltap. Submitted by: ru Revision Changes Path 1.3 +3 -2 src/tools/regression/lib/libc/string/Makefile