Date: Tue, 31 Jan 2006 01:17:17 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 90751 for review Message-ID: <200601310117.k0V1HH5w080531@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=90751 Change 90751 by rwatson@rwatson_peppercorn on 2006/01/31 01:17:12 Define SRCS so audit_warn.c is also built. Affected files ... .. //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile#2 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile#2 (text+ko) ==== @@ -1,9 +1,10 @@ # -# $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile#1 $ +# $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile#2 $ # CFLAGS+= -I- -I ../.. -I ../../libbsm -L ../../libbsm -I. PROG= auditd +SRCS= audit_warn.c auditd.c MAN= auditd.8 DPADD= /usr/lib/libbsm.a LDADD= -lbsm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601310117.k0V1HH5w080531>