summaryrefslogtreecommitdiff
path: root/usr.bin/id/Makefile
blob: bc19e94b1f76461b812233598386fc29048047c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.include <src.opts.mk>

PACKAGE=	runtime

PROG=	id
LINKS=	${BINDIR}/id ${BINDIR}/groups
LINKS+=	${BINDIR}/id ${BINDIR}/whoami
MAN=	id.1 groups.1 whoami.1

.if ${MK_AUDIT} != "no"
CFLAGS+=	-DUSE_BSM_AUDIT
.endif

.include <bsd.prog.mk>