]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/id/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 WARNS?= 6
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 DPADD+= ${LIBBSM}
15 LDADD+= -lbsm
16 .endif
17
18 .include <bsd.prog.mk>