]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/su/Makefile
Merge commit '850ef5ae11d69ea3381bd310f564f025fc8caea3'
[FreeBSD/FreeBSD.git] / usr.bin / su / Makefile
1
2 .include <src.opts.mk>
3
4 PROG=   su
5
6 LIBADD= util pam
7
8 .if ${MK_AUDIT} != "no"
9 CFLAGS+= -DUSE_BSM_AUDIT
10 LIBADD+=        bsm
11 .endif
12
13 BINOWN= root
14 BINMODE=4555
15 PRECIOUSPROG=
16
17 .include <bsd.prog.mk>