freebsd/usr.bin/su/Makefile
Eitan Adler 520c8e1852 su(1): build with WARNS=6
Tested with full make universe
2018-06-22 09:10:50 +00:00

20 lines
237 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 7/19/93
# $FreeBSD$
.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>