]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/su/Makefile
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / usr.bin / su / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 7/19/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=   su
7
8 WARNS?= 5
9
10 LIBADD= util pam
11
12 .if ${MK_AUDIT} != "no"
13 CFLAGS+= -DUSE_BSM_AUDIT
14 LIBADD+=        bsm
15 .endif
16
17 BINOWN= root
18 BINMODE=4555
19 PRECIOUSPROG=
20
21 .include <bsd.prog.mk>