1 2.include <src.opts.mk> 3 4PACKAGE= runtime 5 6PROG= id 7LINKS= ${BINDIR}/id ${BINDIR}/groups 8LINKS+= ${BINDIR}/id ${BINDIR}/whoami 9MAN= id.1 groups.1 whoami.1 10 11.if ${MK_AUDIT} != "no" 12CFLAGS+= -DUSE_BSM_AUDIT 13.endif 14 15.include <bsd.prog.mk> 16