mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 19:37:53 +01:00
d65af1e7b1
libraries
12 lines
167 B
Makefile
12 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= kfd
|
|
MAN= kfd.8
|
|
CFLAGS+= -I${KRB5DIR}/lib/asn1 \
|
|
-I${KRB5DIR}/lib/roken
|
|
LIBADD= krb5 roken vers
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${KRB5DIR}/appl/kf
|