]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/id/Makefile
sqlite3: Vendor import of sqlite3 3.43.1
[FreeBSD/FreeBSD.git] / usr.bin / id / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2
3 .include <src.opts.mk>
4
5 PACKAGE=        runtime
6
7 PROG=   id
8 LINKS=  ${BINDIR}/id ${BINDIR}/groups
9 LINKS+= ${BINDIR}/id ${BINDIR}/whoami
10 MAN=    id.1 groups.1 whoami.1
11
12 .if ${MK_AUDIT} != "no"
13 CFLAGS+=        -DUSE_BSM_AUDIT
14 .endif
15
16 .include <bsd.prog.mk>