]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/su/Makefile
Add two missing eventhandler.h headers
[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 LIBADD= util pam
9
10 .if ${MK_AUDIT} != "no"
11 CFLAGS+= -DUSE_BSM_AUDIT
12 LIBADD+=        bsm
13 .endif
14
15 BINOWN= root
16 BINMODE=4555
17 PRECIOUSPROG=
18
19 .include <bsd.prog.mk>