summaryrefslogtreecommitdiffstats
path: root/kerberos5/usr.bin/ksu/Makefile
blob: ebd39c677b54474b65cc6c3ed96d2402664f8c95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PROG=	ksu
.if defined(ENABLE_SUID_K5SU)
BINMODE=4555
PRECIOUSPROG=
.endif
MAN=
SRCS=	su.c
CFLAGS+=-I${KRB5DIR}/lib/roken
LIBADD=	kafs5 krb5 roken vers crypto crypt

.include <bsd.prog.mk>

.PATH: ${KRB5DIR}/appl/su
OpenPOWER on IntegriCloud