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