summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/Makefile
diff options
context:
space:
mode:
authorwsalamon <wsalamon@FreeBSD.org>2006-02-04 20:20:02 +0000
committerwsalamon <wsalamon@FreeBSD.org>2006-02-04 20:20:02 +0000
commit3d601f5c0b2ed98326587270c5638a8315a2c25d (patch)
tree6e04a1e8c50be266102f73f0a516960314a4c645 /usr.bin/login/Makefile
parent6861e36921baf8f75582b54208ee7f1e93f010cf (diff)
downloadFreeBSD-src-3d601f5c0b2ed98326587270c5638a8315a2c25d.zip
FreeBSD-src-3d601f5c0b2ed98326587270c5638a8315a2c25d.tar.gz
Make login audit-enabled, submitting audit records for the login and logout
events. The specifics of submitting the records is contained within login_audit.c. Document the auditing behavior in the man page. Obtained from: TrustedBSD Project, Apple Computer, Inc. Approved by: rwatson (mentor)
Diffstat (limited to 'usr.bin/login/Makefile')
-rw-r--r--usr.bin/login/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 9ddda36..e415411 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PROG= login
-SRCS= login.c login_fbtab.c
+SRCS= login.c login_audit.c login_fbtab.c
CFLAGS+=-DLOGALL
DPADD= ${LIBUTIL} ${LIBPAM}
-LDADD= -lutil ${MINUSLPAM}
+LDADD= -lutil ${MINUSLPAM} -lbsm
MAN= login.1 login.access.5
.if !defined(NO_SETUID_LOGIN)
BINOWN= root
OpenPOWER on IntegriCloud