PERFORCE change 91093 for review
Robert Watson
rwatson at FreeBSD.org
Sat Feb 4 19:07:36 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91093
Change 91093 by rwatson at rwatson_zoo on 2006/02/04 19:06:37
Revert change from = to += in the audit3 branch, unclear how this
crept in.
Submitted by: wsalamon
Affected files ...
.. //depot/projects/trustedbsd/audit3/usr.bin/login/Makefile#6 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/usr.bin/login/Makefile#6 (text+ko) ====
@@ -5,7 +5,7 @@
SRCS= login.c login_audit.c login_fbtab.c
CFLAGS+=-DLOGALL
DPADD= ${LIBUTIL} ${LIBPAM}
-LDADD+= -lutil ${MINUSLPAM} -lbsm
+LDADD= -lutil ${MINUSLPAM} -lbsm
MAN= login.1 login.access.5
.if !defined(NO_SETUID_LOGIN)
BINOWN= root
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list