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

This commit is contained in:
Baptiste Daroussin 2014-11-05 15:03:58 +00:00
parent 1cb20e39c0
commit 1deb311eeb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274136

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>