From owner-cvs-all@FreeBSD.ORG Fri Sep 1 05:23:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 D37C516A867; Fri, 1 Sep 2006 05:21:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9271343D49; Fri, 1 Sep 2006 05:21:46 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k815Lkx2050584; Fri, 1 Sep 2006 05:21:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k815Lkmm050583; Fri, 1 Sep 2006 05:21:46 GMT (envelope-from rwatson) Message-Id: <200609010521.k815Lkmm050583@repoman.freebsd.org> From: Robert Watson Date: Fri, 1 Sep 2006 05:21:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libbsm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Sep 2006 05:23:01 -0000 rwatson 2006-09-01 05:21:46 UTC FreeBSD src repository Modified files: lib/libbsm Makefile Log: Remove curdir reference in libbsm build; this is not required as the include path will already point to the populated include tree. This is left over from boot-strapping the build and install of libbsm during the initial import and merge. Obtained from: TrustedBSD Project Pointed out by: ru Revision Changes Path 1.3 +1 -1 src/lib/libbsm/Makefile