Date: Sat, 25 Feb 2006 00:09:37 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 92364 for review Message-ID: <200602250009.k1P09b8f041457@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <martin dot fong at sri dot com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602250009.k1P09b8f041457>