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