Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2014 15:03:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274136 - head/usr.bin/id
Message-ID:  <201411051503.sA5F3xB0021603@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411051503.sA5F3xB0021603>