]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/id/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.bin / id / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 PROG=   id
7 LINKS=  ${BINDIR}/id ${BINDIR}/groups
8 LINKS+= ${BINDIR}/id ${BINDIR}/whoami
9 MAN=    id.1 groups.1 whoami.1
10
11 .if ${MK_AUDIT} != "no"
12 CFLAGS+=        -DUSE_BSM_AUDIT
13 DPADD+= ${LIBBSM}
14 LDADD+= -lbsm
15 .endif
16
17 .include <bsd.prog.mk>