mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
18 lines
225 B
Makefile
18 lines
225 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= su
|
|
|
|
LIBADD= util pam
|
|
|
|
.if ${MK_AUDIT} != "no"
|
|
CFLAGS+= -DUSE_BSM_AUDIT
|
|
LIBADD+= bsm
|
|
.endif
|
|
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
PRECIOUSPROG=
|
|
|
|
.include <bsd.prog.mk>
|