Regen after r293450
[freebsd-src.git] / sys / modules / kgssapi_krb5 / Makefile
blobdfa4b998a4e715178ecf4ce641ee216829c1daf3
1 # $FreeBSD$
3 .PATH: ${.CURDIR}/../../kgssapi/krb5
4 KMOD= kgssapi_krb5
6 SRCS= krb5_mech.c \
7 kcrypto.c \
8 kcrypto_des.c \
9 kcrypto_des3.c \
10 kcrypto_aes.c \
11 kcrypto_arcfour.c \
12 opt_inet6.h
14 SRCS+= kgss_if.h gssd.h
15 CLEANFILES= gssd.h
17 S= ${.CURDIR}/../..
19 gssd.h: $S/kgssapi/gssd.x
20 RPCGEN_CPP=${CPP:Q} rpcgen -hM $S/kgssapi/gssd.x | grep -v pthread.h > gssd.h
22 .include <bsd.kmod.mk>