Training courses
Kernel and Embedded Linux
Bootlin training courses
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