PERFORCE change 91502 for review
Christian S.J. Peron
csjp at FreeBSD.org
Fri Feb 10 15:27:43 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91502
Change 91502 by csjp at csjp_xor on 2006/02/10 15:27:11
- Move unconditional LDADD into NO_AUDIT
- Add a DPADD variable ${LIBBS}
Spotted by: rwatson
Affected files ...
.. //depot/projects/trustedbsd/audit3/usr.bin/login/Makefile#9 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/usr.bin/login/Makefile#9 (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}
MAN= login.1 login.access.5
.if !defined(NO_SETUID_LOGIN)
@@ -15,6 +15,8 @@
.endif
.if !defined(NO_AUDIT)
+DPADD+= ${LIBBSM}
+LDADD+= -lbsm
CFLAGS += -DUSE_BSM_AUDIT
.endif
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