]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/su/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / su / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 7/19/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 PROG=   su
7
8 WARNS?= 5
9
10 DPADD=  ${LIBUTIL} ${LIBPAM}
11 LDADD=  -lutil ${MINUSLPAM}
12
13 .if ${MK_AUDIT} != "no"
14 CFLAGS+= -DUSE_BSM_AUDIT
15 DPADD+=  ${LIBBSM}
16 LDADD+=  -lbsm
17 .endif
18
19 BINOWN= root
20 BINMODE=4555
21 PRECIOUSPROG=
22
23 .include <bsd.prog.mk>