summaryrefslogtreecommitdiffstats
path: root/usr.bin/id
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-05 15:03:58 +0000
committerbapt <bapt@FreeBSD.org>2014-11-05 15:03:58 +0000
commitc7baf876330899a946fafe4fa80f658a43a0e468 (patch)
treefc91632d10475bcce5257584b9cb9f95cbacec88 /usr.bin/id
parenta8396ef62fe2ad8e5cf3baa6e031285dade4970b (diff)
downloadFreeBSD-src-c7baf876330899a946fafe4fa80f658a43a0e468.zip
FreeBSD-src-c7baf876330899a946fafe4fa80f658a43a0e468.tar.gz
id(1) only uses getaudit(2) from the BSM which is part of the libc
Diffstat (limited to 'usr.bin/id')
-rw-r--r--usr.bin/id/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile
index d7e4049..07cabd0 100644
--- a/usr.bin/id/Makefile
+++ b/usr.bin/id/Makefile
@@ -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>
OpenPOWER on IntegriCloud