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