aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/id
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2014-11-19 01:07:58 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2014-11-19 01:07:58 +0000
commit9268022b74279434ed6300244e3f977e56a8ceb5 (patch)
tree377ac0ac449528621eb192cd245adadb5fd53668 /usr.bin/id
parent29c34e9d2781cf25403647fb5af7d7ddb23be7e1 (diff)
parent8c3d6a4ab2a4a95d864d9a32d0157d7de90498a4 (diff)
downloadsrc-9268022b74279434ed6300244e3f977e56a8ceb5.tar.gz
src-9268022b74279434ed6300244e3f977e56a8ceb5.zip
Notes
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 d7e40493bfba..07cabd05837f 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>