From owner-trustedbsd-cvs@FreeBSD.ORG Fri Apr 21 18:33:54 2006 Return-Path: X-Original-To: trustedbsd-cvs@freebsd.org Delivered-To: trustedbsd-cvs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6235B16A403 for ; Fri, 21 Apr 2006 18:33:54 +0000 (UTC) (envelope-from owner-perforce@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF8F43D45 for ; Fri, 21 Apr 2006 18:33:53 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by cyrus.watson.org (Postfix) with ESMTP id 3028746C5E for ; Fri, 21 Apr 2006 14:33:52 -0400 (EDT) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 5B406559C2; Fri, 21 Apr 2006 18:33:51 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 53F2B16A405; Fri, 21 Apr 2006 18:33:51 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19B5316A401 for ; Fri, 21 Apr 2006 18:33:51 +0000 (UTC) (envelope-from millert@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBB8D43D49 for ; Fri, 21 Apr 2006 18:33:50 +0000 (GMT) (envelope-from millert@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 k3LIXoq5097579 for ; Fri, 21 Apr 2006 18:33:50 GMT (envelope-from millert@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LIXoD7097576 for perforce@freebsd.org; Fri, 21 Apr 2006 18:33:50 GMT (envelope-from millert@freebsd.org) Date: Fri, 21 Apr 2006 18:33:50 GMT Message-Id: <200604211833.k3LIXoD7097576@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to millert@freebsd.org using -f From: Todd Miller To: Perforce Change Reviews Cc: Subject: PERFORCE change 95812 for review X-BeenThere: trustedbsd-cvs@FreeBSD.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: TrustedBSD CVS and Perforce commit message list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 18:33:54 -0000 http://perforce.freebsd.org/chv.cgi?CH=95812 Change 95812 by millert@millert_g5tower on 2006/04/21 18:33:00 Fix libselinux include path Affected files ... .. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsemanage/src/Makefile#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsemanage/src/Makefile#2 (text+ko) ==== @@ -1,6 +1,6 @@ include ../../../Makeconfig -CFLAGS+= -I$(EXPORT_HDRS)/bsd -idirafter $(EXPORT_HDRS)/osfmk -I../.. -I../include -I../include/selinux -I../../libsepol/include +CFLAGS+= -I$(EXPORT_HDRS)/bsd -idirafter $(EXPORT_HDRS)/osfmk -I../.. -I../include -I../../libselinux/include -I../../libsepol/include # Installation directories. PREFIX ?= $(DESTDIR)/usr