svn commit: r274136 - head/usr.bin/id
Baptiste Daroussin
bapt at FreeBSD.org
Wed Nov 5 15:03:59 UTC 2014
Author: bapt
Date: Wed Nov 5 15:03:58 2014
New Revision: 274136
URL: https://svnweb.freebsd.org/changeset/base/274136
Log:
id(1) only uses getaudit(2) from the BSM which is part of the libc
Modified:
head/usr.bin/id/Makefile
Modified: head/usr.bin/id/Makefile
==============================================================================
--- head/usr.bin/id/Makefile Wed Nov 5 14:55:01 2014 (r274135)
+++ head/usr.bin/id/Makefile Wed Nov 5 15:03:58 2014 (r274136)
@@ -10,8 +10,6 @@ MAN= id.1 groups.1 whoami.1
.if ${MK_AUDIT} != "no"
CFLAGS+= -DUSE_BSM_AUDIT
-DPADD+= ${LIBBSM}
-LDADD+= -lbsm
.endif
.include <bsd.prog.mk>
More information about the svn-src-head
mailing list