Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2004 17:27:42 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 63583 for review
Message-ID:  <200410231727.i9NHRgE8013574@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=63583

Change 63583 by rwatson@rwatson_tislabs on 2004/10/23 17:26:56

	Link against LIBBSM.

Affected files ...

.. //depot/projects/trustedbsd/audit3/usr.sbin/auditd/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/usr.sbin/auditd/Makefile#2 (text+ko) ====

@@ -9,4 +9,7 @@
 MAN=	auditd.8
 SRCS=	auditd.c audit_warn.c
 
+DPADD=	${LIBBSM}
+LDADD=	-lbsm
+
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410231727.i9NHRgE8013574>