From 1deb311eebc6be459fa132ea2c446e76e5e40a18 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 5 Nov 2014 15:03:58 +0000 Subject: [PATCH] id(1) only uses getaudit(2) from the BSM which is part of the libc --- usr.bin/id/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile index d7e40493bfb..07cabd05837 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