From owner-trustedbsd-cvs@FreeBSD.ORG Sat Feb 25 00:09:41 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 7CBB516A426 for ; Sat, 25 Feb 2006 00:09:41 +0000 (GMT) (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 EBACB43D45 for ; Sat, 25 Feb 2006 00:09:40 +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 5047846B9D for ; Fri, 24 Feb 2006 19:09:23 -0500 (EST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 6BE63554E1; Sat, 25 Feb 2006 00:09:38 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5A35C16A423; Sat, 25 Feb 2006 00:09:38 +0000 (GMT) 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 E82D716A420 for ; Sat, 25 Feb 2006 00:09:37 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B6943D45 for ; Sat, 25 Feb 2006 00:09:37 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1P09bPr041460 for ; Sat, 25 Feb 2006 00:09:37 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1P09b8f041457 for perforce@freebsd.org; Sat, 25 Feb 2006 00:09:37 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 25 Feb 2006 00:09:37 GMT Message-Id: <200602250009.k1P09b8f041457@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 92364 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: Sat, 25 Feb 2006 00:09:41 -0000 http://perforce.freebsd.org/chv.cgi?CH=92364 Change 92364 by rwatson@rwatson_peppercorn on 2006/02/25 00:08:51 Use -Lpath rather than -L path since this is happier on Darwin. Submitted by: Martin Fong Affected files ... .. //depot/projects/trustedbsd/openbsm/bin/audit/Makefile#3 edit .. //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile#3 edit .. //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile#5 edit .. //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile#5 edit .. //depot/projects/trustedbsd/openbsm/tools/Makefile#4 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bin/audit/Makefile#3 (text+ko) ==== @@ -1,8 +1,8 @@ # -# $P4: //depot/projects/trustedbsd/openbsm/bin/audit/Makefile#2 $ +# $P4: //depot/projects/trustedbsd/openbsm/bin/audit/Makefile#3 $ # -CFLAGS+= -I- -I ../.. -I ../../libbsm -L ../../libbsm -I. +CFLAGS+= -I- -I ../.. -I ../../libbsm -L../../libbsm -I. PROG= audit MAN= audit.8 DPADD= /usr/lib/libbsm.a ==== //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile#3 (text+ko) ==== @@ -1,8 +1,8 @@ # -# $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile#2 $ +# $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile#3 $ # -CFLAGS+= -I- -I ../.. -I ../../libbsm -L ../../libbsm -I. +CFLAGS+= -I- -I ../.. -I ../../libbsm -L../../libbsm -I. PROG= auditd SRCS= audit_warn.c auditd.c MAN= auditd.8 ==== //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile#5 (text+ko) ==== @@ -1,8 +1,8 @@ # -# $P4: //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile#4 $ +# $P4: //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile#5 $ # -CFLAGS+= -I- -I ../.. -I ../../libbsm -L ../../libbsm -I. +CFLAGS+= -I- -I ../.. -I ../../libbsm -L../../libbsm -I. PROG= auditreduce MAN= auditreduce.1 DPADD= /usr/lib/libbsm.a ==== //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile#5 (text+ko) ==== @@ -1,8 +1,8 @@ # -# $P4: //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile#4 $ +# $P4: //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile#5 $ # -CFLAGS+= -I- -I ../.. -I ../../libbsm -L ../../libbsm -I. +CFLAGS+= -I- -I ../.. -I ../../libbsm -L../../libbsm -I. PROG= praudit MAN= praudit.1 DPADD= /usr/lib/libbsm.a ==== //depot/projects/trustedbsd/openbsm/tools/Makefile#4 (text+ko) ==== @@ -1,8 +1,8 @@ # -# $P4: //depot/projects/trustedbsd/openbsm/tools/Makefile#3 $ +# $P4: //depot/projects/trustedbsd/openbsm/tools/Makefile#4 $ # -CFLAGS+= -I- -I .. -I ../libbsm -L ../libbsm -I. +CFLAGS+= -I- -I .. -I ../libbsm -L../libbsm -I. PROG= audump NO_MAN= DPADD= /usr/lib/libbsm.a