id(1) only uses getaudit(2) from the BSM which is part of the libc

This commit is contained in:
bapt 2014-11-05 15:03:58 +00:00
parent a8396ef62f
commit c7baf87633

View File

@ -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>